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