00001 #ifndef _ENTITYTYPES_H_ 00002 #define _ENTITYTYPES_H_ 00003 00004 enum EntityType { 00005 PLAYER 00006 }; 00007 00008 #endif