From 2254600c6dfb50333327ddb94457427596b51807 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 21 Dec 2025 18:17:44 -0700 Subject: Interaction menu stuff and fps adhd --- src/game.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index e7d761e..971dde3 100644 --- a/src/game.h +++ b/src/game.h @@ -25,11 +25,14 @@ struct Game { World world; Model skybox; Map map; - InteractionChat chat; + + InteractionChat interactionChat; + InteractionMenu interactionMenu; SceneId sceneId; bool isCursorEnabled; bool isCrossHairEnabled; + bool showFPS; struct { RenderTexture render; -- cgit v1.2.3