aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-07-29 01:18:25 +0000
committernathan <nathansmith@disroot.org>2025-07-29 01:18:25 +0000
commit2aae6dcb8e4ab7261f4449e99b7724e665db3e3b (patch)
treef39df5db9d4bbaaf4ae9fc4bde26ab790e8be985 /src/entity.h
parented3b4610cf773de562b3c55f452fbf7bf5b12b00 (diff)
downloadFindThings-2aae6dcb8e4ab7261f4449e99b7724e665db3e3b.tar.gz
FindThings-2aae6dcb8e4ab7261f4449e99b7724e665db3e3b.tar.bz2
FindThings-2aae6dcb8e4ab7261f4449e99b7724e665db3e3b.zip
Cant focus lmao
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entity.h b/src/entity.h
index a1751aa..fdfe55e 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -5,8 +5,6 @@
#ifndef ENTITY_H
#define ENTITY_H
-typedef int8_t EntityId;
-
#define ENTITY_COUNT 5
// Entity scales.
@@ -14,6 +12,8 @@ typedef int8_t EntityId;
#define BUSH_SCALE 8.0
#define FLOWER_SCALE 3.0
+typedef int8_t EntityId;
+
enum {
ENTITY_NONE = -1,
OLD_MINT,