diff options
| author | nathan <nathansmith@disroot.org> | 2026-01-19 13:26:41 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2026-01-19 13:26:41 +0000 |
| commit | 2a3922ecd4a975c84e7c6efb3b5f0fe182b99d20 (patch) | |
| tree | d25c35b6bf9c64db557e698a96171480bbbfdf2d /src/ui.h | |
| parent | 8823db2da13322b006f36081901c48fe9419649c (diff) | |
| download | FindThings-2a3922ecd4a975c84e7c6efb3b5f0fe182b99d20.tar.gz FindThings-2a3922ecd4a975c84e7c6efb3b5f0fe182b99d20.tar.bz2 FindThings-2a3922ecd4a975c84e7c6efb3b5f0fe182b99d20.zip | |
Inventory selection and blinky
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); |
