AddIt() function

Started by
10 comments, last by killadude 22 years, 2 months ago
Next thing you''ll be telling me is that there isn''t a foo function

- Kevin "BaShildy" King
Game Programmer: DigiPen
www.mpogd.com
- Kevin "BaShildy" KingGame Programmer: DigiPenwww.mpogd.com
Advertisement
  int __forceinline AddIt( int x, int y ){return ( x + y );}  

This topic is closed to new replies.

Advertisement