diff options
author | NielsCoding <48092678+heavydemon21@users.noreply.github.com> | 2023-04-03 21:30:43 +0200 |
---|---|---|
committer | NielsCoding <48092678+heavydemon21@users.noreply.github.com> | 2023-04-03 21:30:43 +0200 |
commit | f6c1eb582ac44b92c86816352bd56da5a6f4f1b5 (patch) | |
tree | 8925f2c90b30dfe7abaa8b35a5cdf750520e1f8f /src/game_loop/gameplay.h | |
parent | f47d082d2fb2d5e5b5a4d3e685d8d093699938d7 (diff) |
multiple bullets and bg collisions.
Diffstat (limited to 'src/game_loop/gameplay.h')
-rw-r--r-- | src/game_loop/gameplay.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game_loop/gameplay.h b/src/game_loop/gameplay.h index d309e78..fb5637c 100644 --- a/src/game_loop/gameplay.h +++ b/src/game_loop/gameplay.h @@ -1,5 +1,6 @@ #pragma once #include "engine/draw_screen.h" +#include "engine/bullet.h" #include "engine/player_controller.h" #include "engine/sprite_controller.h" #include "game_loop/starting_screen.h" |