aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 1 insertions, 0 deletions
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