aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entity.h b/src/entity.h
index 0c431ea..2a75f93 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -7,6 +7,8 @@
typedef int8_t EntityId;
+#define ENTITY_COUNT 2
+
enum {
ENTITY_NONE = -1,
OLD_MINT,