aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-10 10:25:32 +0000
committernathan <nathansmith@disroot.org>2026-01-10 10:25:32 +0000
commit013ac4a2f4ae24d71f425f31edd77a8e29ed1da8 (patch)
treedffc4b36c7c94a734940d0e3fac3536be99c2ad6 /src/game.h
parent6e0fabd2798d7e602e243a35a922703cde7ef750 (diff)
downloadFindThings-013ac4a2f4ae24d71f425f31edd77a8e29ed1da8.tar.gz
FindThings-013ac4a2f4ae24d71f425f31edd77a8e29ed1da8.tar.bz2
FindThings-013ac4a2f4ae24d71f425f31edd77a8e29ed1da8.zip
Working on inventory
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index 971dde3..c59d5e9 100644
--- a/src/game.h
+++ b/src/game.h
@@ -28,6 +28,7 @@ struct Game {
InteractionChat interactionChat;
InteractionMenu interactionMenu;
+ Inventory inventory;
SceneId sceneId;
bool isCursorEnabled;