diff options
Diffstat (limited to 'src/game_loop/shop.c')
-rw-r--r-- | src/game_loop/shop.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game_loop/shop.c b/src/game_loop/shop.c index c8dcfe5..14d96e2 100644 --- a/src/game_loop/shop.c +++ b/src/game_loop/shop.c @@ -1,8 +1,4 @@ #include "shop.h" -#include "engine/maths.h" -#include "ppu/ppu.h" - -#include "game_loop/ui.h" hh_e_upgrades hh_shop(hh_e_game_state* hh_game_state, hh_g_all_levels* levels, int rng_seed){ static hh_e_shop_states hh_e_shop = hh_e_shop_show; |