The Place to Start for Operating System Developers
Skip to content
Post by nuno_silva_pt » Tue Aug 03, 2004 3:08 am
Code: Select all
enum OBJTYPE{NONE=0,BOX=1,PLAYER='P'} void CreateObject(float x, float y, float z, OBJTYPE) { }
Post by Sc_ » Fri Aug 06, 2004 1:44 am
Return to “General Programming”