From f44d154d1372597742642596fe91c619613f81ef Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 19 Jan 2026 07:10:40 -0700 Subject: Using inventory items --- src/ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui.h') diff --git a/src/ui.h b/src/ui.h index f8e9ae6..738f630 100644 --- a/src/ui.h +++ b/src/ui.h @@ -75,6 +75,7 @@ void initInventory(Inventory* inventory, const Settings* settings); void showInventory(Inventory* inventory, Game* game); void hideInventory(Inventory* inventory, Game* game); void addItemToInventory(Inventory* inventory, InventoryItem item); +void removeInventoryItem(Inventory* inventory, int itemIndex); void updateInventory(Inventory* inventory, Game* game); #endif -- cgit v1.2.3