summaryrefslogtreecommitdiff
path: root/include/objects.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-12-24 22:09:56 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-12-24 22:09:56 +0100
commit2a85823f96ec4e9fa62905490ac93910187dfefc (patch)
treecc3360a19f61b481091e2c161b5aab575cda501c /include/objects.h
parent03930634b437dc390354accd30563050d681a08d (diff)
metal wall texture
Diffstat (limited to 'include/objects.h')
-rw-r--r--include/objects.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/objects.h b/include/objects.h
index 6ad5a10..d30a8f0 100644
--- a/include/objects.h
+++ b/include/objects.h
@@ -19,9 +19,10 @@ typedef struct t_light_emitter {
} light_emitter;
typedef enum t_object_type {
- OBJECT_NONE = 0,
- OBJECT_COBBLESTONEWALL1 = 1,
- OBJECT_PLANTBOX1 = 2,
+ OBJECT_NONE,
+ OBJECT_COBBLESTONEWALL1,
+ OBJECT_PLANTBOX1,
+ OBJECT_METAL_WALL_FRONT,
} object_type;
typedef struct t_object {