Files

6 lines
77 B
C

#ifndef Entity_h__
#define Entity_h__
typedef unsigned int EntityID;
#endif