diff options
author | nathan <nathansmith@disroot.org> | 2025-07-06 17:11:56 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-07-06 17:11:56 +0000 |
commit | 255c938a77f8a73229b1867aadd10f3bf9c44f2e (patch) | |
tree | 7972e9a81d5e1a221bb160c7d82397c80b07fac7 /src/entity.h | |
parent | b00544e8f0e77c149d44dca3ab81d97a07fcea3f (diff) | |
download | FindThings-255c938a77f8a73229b1867aadd10f3bf9c44f2e.tar.gz FindThings-255c938a77f8a73229b1867aadd10f3bf9c44f2e.tar.bz2 FindThings-255c938a77f8a73229b1867aadd10f3bf9c44f2e.zip |
Playing around with world generating a bit
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 2 |
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, |