8 lines
127 B
C
8 lines
127 B
C
#ifndef Entity_h__
|
|
#define Entity_h__
|
|
|
|
typedef unsigned int EntityID;
|
|
const static unsigned int EntityID_Invalid = -1;
|
|
|
|
|
|
#endif |