summaryrefslogtreecommitdiff
path: root/include/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/objects.h')
-rw-r--r--include/objects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/objects.h b/include/objects.h
index e742f1e..29e6db0 100644
--- a/include/objects.h
+++ b/include/objects.h
@@ -19,6 +19,7 @@ typedef struct t_light_emitter {
} light_emitter;
typedef enum t_object_type {
+ OBJECT_NONE = 0,
OBJECT_COBBLESTONEWALL1 = 1,
OBJECT_PLANTBOX1 = 2,
} object_type;