Unuk 1.0
src/libUnuk/EntityType.h
Go to the documentation of this file.
00001 #ifndef _ENTITYTYPES_H_
00002 #define _ENTITYTYPES_H_
00003 
00004 enum EntityType {
00005   PLAYER
00006 };
00007 
00008 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines