diff options
| author | UnavailableDev <ggwildplay@gmail.com> | 2023-04-06 17:31:38 +0200 |
|---|---|---|
| committer | UnavailableDev <ggwildplay@gmail.com> | 2023-04-06 17:31:38 +0200 |
| commit | 03748610041bcc8ec7a7743e9a5fb35c06731fa0 (patch) | |
| tree | 8289f2e21c80dcbfbafbc5150bd109bcb40aca7c /src/game_loop/shop.h | |
| parent | 8be7919774250cca23151bf1505cbb48d1dd45ee (diff) | |
printing strings coming to YOUR screen!
Diffstat (limited to 'src/game_loop/shop.h')
| -rw-r--r-- | src/game_loop/shop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game_loop/shop.h b/src/game_loop/shop.h index 6f8f5a7..cce0817 100644 --- a/src/game_loop/shop.h +++ b/src/game_loop/shop.h @@ -34,4 +34,4 @@ void hh_shop_display(uint8_t selected, hh_e_upgrades* upgrades); /** @brief moves 'cursor' through selection field */ void hh_shift_selected(uint8_t* pos, bool dir, uint8_t min, uint8_t max); -void hh_shop(hh_e_game_state* ,hh_level_entity* ); +void hh_shop(hh_e_game_state* ,hh_level_entity* , int); |