summaryrefslogtreecommitdiff
path: root/src/body.h
diff options
context:
space:
mode:
authorAleksey Veresov <aleksey@veresov.pro>2021-03-02 14:52:14 +0300
committerAleksey Veresov <aleksey@veresov.pro>2021-03-02 14:52:14 +0300
commit8889468f6af3ad184acfc39e0beaff503b10e3c1 (patch)
treef96071472318cd61db8818d37bf3a5e62c19dd90 /src/body.h
parent31f5b4cb47f0ac3d2b1f94979725d48340b5c57b (diff)
downloadtakethis-8889468f6af3ad184acfc39e0beaff503b10e3c1.tar
takethis-8889468f6af3ad184acfc39e0beaff503b10e3c1.tar.xz
takethis-8889468f6af3ad184acfc39e0beaff503b10e3c1.zip
The UI!
Diffstat (limited to 'src/body.h')
-rw-r--r--src/body.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/body.h b/src/body.h
index 441190e..ed72a26 100644
--- a/src/body.h
+++ b/src/body.h
@@ -2,7 +2,11 @@
#define TT_INCLUDED_BODY
-enum { colact_grib = 1, colact_gulag, colact_instgulag };
+enum { colact_grib = 1,
+ colact_gulag,
+ colact_instgulag,
+ colact_key,
+ colact_door };
typedef struct tt_body {
int x;