aboutsummaryrefslogtreecommitdiff
path: root/src/game_loop/shop.c
diff options
context:
space:
mode:
authorUnavailableDev <ggwildplay@gmail.com>2023-04-07 11:29:05 +0200
committerUnavailableDev <ggwildplay@gmail.com>2023-04-07 11:29:05 +0200
commit0257e8e106e4cef0aeac673468370b443ef78bc3 (patch)
tree8f35ef5263fc17dd39a51109a0a1d53839ccce0d /src/game_loop/shop.c
parentb2c58b8d52717f8b5bf04d87b9799c7467e4eeb6 (diff)
added highscore screen with kb nav
Diffstat (limited to 'src/game_loop/shop.c')
-rw-r--r--src/game_loop/shop.c4
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;