aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.h
diff options
context:
space:
mode:
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);