summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dat.h b/dat.h
index 76653b6..723f1c2 100644
--- a/dat.h
+++ b/dat.h
@@ -48,3 +48,5 @@ extern Entity *player;
extern bool shot;
extern int shotx, shoty;
+
+extern bool moveleft, moveright, moveup, movedown;