diff options
author | NielsCoding <48092678+heavydemon21@users.noreply.github.com> | 2023-04-03 15:24:51 +0200 |
---|---|---|
committer | NielsCoding <48092678+heavydemon21@users.noreply.github.com> | 2023-04-03 15:24:51 +0200 |
commit | 1a9c57d249c93663d3fc25490716de508d61cec3 (patch) | |
tree | 09742e511a841e4e185f89332337a19b2042fda4 /src/demo.c | |
parent | 68862666219c07ee62c9e59dd6866c1c7b26cc00 (diff) |
player controller update
Diffstat (limited to 'src/demo.c')
-rw-r--r-- | src/demo.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ #include "game_loop/gameplay.h" #include "game_loop/shop.h" +#include <stdbool.h> hh_g_all_levels hh_game; |