aboutsummaryrefslogtreecommitdiff
path: root/src/demo.c
diff options
context:
space:
mode:
authorNielsCoding <48092678+heavydemon21@users.noreply.github.com>2023-04-03 15:24:51 +0200
committerNielsCoding <48092678+heavydemon21@users.noreply.github.com>2023-04-03 15:24:51 +0200
commit1a9c57d249c93663d3fc25490716de508d61cec3 (patch)
tree09742e511a841e4e185f89332337a19b2042fda4 /src/demo.c
parent68862666219c07ee62c9e59dd6866c1c7b26cc00 (diff)
player controller update
Diffstat (limited to 'src/demo.c')
-rw-r--r--src/demo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demo.c b/src/demo.c
index 4fa1be2..725e560 100644
--- a/src/demo.c
+++ b/src/demo.c
@@ -17,6 +17,7 @@
#include "game_loop/gameplay.h"
#include "game_loop/shop.h"
+#include <stdbool.h>
hh_g_all_levels hh_game;