aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-19 13:26:41 +0000
committernathan <nathansmith@disroot.org>2026-01-19 13:26:41 +0000
commit2a3922ecd4a975c84e7c6efb3b5f0fe182b99d20 (patch)
treed25c35b6bf9c64db557e698a96171480bbbfdf2d /src/ui.h
parent8823db2da13322b006f36081901c48fe9419649c (diff)
downloadFindThings-2a3922ecd4a975c84e7c6efb3b5f0fe182b99d20.tar.gz
FindThings-2a3922ecd4a975c84e7c6efb3b5f0fe182b99d20.tar.bz2
FindThings-2a3922ecd4a975c84e7c6efb3b5f0fe182b99d20.zip
Inventory selection and blinky
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui.h b/src/ui.h
index 2892fe9..33d09b7 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -71,8 +71,8 @@ void updateInteractionMenu(InteractionMenu* menu, Game* game);
// Inventory
void initInventory(Inventory* inventory, const Settings* settings);
-void showInventory(Inventory* inventory);
-void hideInventory(Inventory* inventory);
+void showInventory(Inventory* inventory, Game* game);
+void hideInventory(Inventory* inventory, Game* game);
void addItemToInventory(Inventory* inventory, InventoryItem item);
void updateInventory(Inventory* inventory, Game* game);