diff options
Diffstat (limited to 'src/ui.h')
| -rw-r--r-- | src/ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |
