summaryrefslogtreecommitdiff
path: root/src/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/entity.h b/src/entity.h
index ac179c1..4807a2b 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -12,7 +12,8 @@
#define ENTITY_ANIMATED (1 << 3)
enum entity_type {
- Player_Entity
+ Player_Entity,
+ Wall_Entity
};
enum draw_layer {