From 255c938a77f8a73229b1867aadd10f3bf9c44f2e Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 6 Jul 2025 11:11:56 -0600 Subject: Playing around with world generating a bit --- src/entity.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/entity.h') 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, -- cgit v1.2.3