Added barebones ECS prototype
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef Entity_h__
|
||||
#define Entity_h__
|
||||
|
||||
typedef unsigned int EntityID;
|
||||
|
||||
struct Entity
|
||||
{
|
||||
unsigned int EntityID = 0;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user