summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-05-02 14:19:31 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-05-02 14:19:31 -0300
commitd2d0886cf770488d1b4890a3a414bbf983e784a6 (patch)
treec6ee9e5c2e49aa7175236cfa6596355b16cb71af /dat.h
parent34acd612061792a38aa13e376b20f4b5d4b54302 (diff)
desacoplado keys
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;