summary refs log tree commit diff stats
path: root/src/collision.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-04-21 14:50:52 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-04-21 14:50:52 -0400
commit8142a9c87a13cecc7a3698e877f24d89f128c074 (patch)
treecbee6ae85c5c674dd313c7cfe1420477ee55ca95 /src/collision.h
parent0f70db34d9b47de55b00c558ac3c445f30b7b6a5 (diff)
downloadtherapy-proto-objs.tar.gz
therapy-proto-objs.tar.bz2
therapy-proto-objs.zip
Started working on prototype objects proto-objs
Diffstat (limited to 'src/collision.h')
-rw-r--r--src/collision.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/collision.h b/src/collision.h index e5371f8..0f62b98 100644 --- a/src/collision.h +++ b/src/collision.h
@@ -15,6 +15,7 @@ public:
15 platform, 15 platform,
16 adjacency, 16 adjacency,
17 warp, 17 warp,
18 event,
18 danger 19 danger
19 }; 20 };
20 21