39dd27726d
Also contains inseparable editor changes.
7 lines
126 B
C
7 lines
126 B
C
#ifndef Entity_h__
|
|
#define Entity_h__
|
|
|
|
typedef unsigned int EntityID;
|
|
const static unsigned int EntityID_Invalid = -1;
|
|
|
|
#endif |