summaryrefslogtreecommitdiff
path: root/entity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'entity.hpp')
-rw-r--r--entity.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/entity.hpp b/entity.hpp
new file mode 100644
index 0000000..34cc84d
--- /dev/null
+++ b/entity.hpp
@@ -0,0 +1,8 @@
+#ifndef entity_hpp
+#define entity_hpp
+
+#include <stdint.h>
+
+using Entity_Id = uint32_t;
+
+#endif