aboutsummaryrefslogtreecommitdiff
path: root/src/game_loop/shop.c
diff options
context:
space:
mode:
authorUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2023-04-07 11:27:22 +0200
committerGitHub <noreply@github.com>2023-04-07 11:27:22 +0200
commit23db4dc8f94d174c2e291d5f12fab55097700c70 (patch)
tree8f35ef5263fc17dd39a51109a0a1d53839ccce0d /src/game_loop/shop.c
parentb2c58b8d52717f8b5bf04d87b9799c7467e4eeb6 (diff)
parent0257e8e106e4cef0aeac673468370b443ef78bc3 (diff)
Merge pull request #61 from UnavailableDev/dev
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;