From 2a3922ecd4a975c84e7c6efb3b5f0fe182b99d20 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 19 Jan 2026 06:26:41 -0700 Subject: Inventory selection and blinky --- src/ui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui.h') 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); -- cgit v1.2.3