diff options
| author | nathan <nathansmith@disroot.org> | 2026-01-19 14:10:40 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2026-01-19 14:10:40 +0000 |
| commit | f44d154d1372597742642596fe91c619613f81ef (patch) | |
| tree | 22eb7aaefc5b1100e6294c7aa2fd63a97758a8cb /src/ui.h | |
| parent | f339de8c07647ed4c5d659639f0f3e6c271faf8f (diff) | |
| download | FindThings-f44d154d1372597742642596fe91c619613f81ef.tar.gz FindThings-f44d154d1372597742642596fe91c619613f81ef.tar.bz2 FindThings-f44d154d1372597742642596fe91c619613f81ef.zip | |
Using inventory items
Diffstat (limited to 'src/ui.h')
| -rw-r--r-- | src/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
