aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
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,