Files
axyz/include/Engine/Core/Entity.h
T

6 lines
77 B
C

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