From 013ac4a2f4ae24d71f425f31edd77a8e29ed1da8 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 10 Jan 2026 03:25:32 -0700 Subject: Working on inventory --- src/game.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game.h') 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; -- cgit v1.2.3