Files
axyz/include/Engine/Core/Entity.h
T
2016-01-11 14:35:41 +01:00

7 lines
126 B
C

#ifndef Entity_h__
#define Entity_h__
typedef unsigned int EntityID;
const static unsigned int EntityID_Invalid = -1;
#endif