aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h5
1 files changed, 4 insertions, 1 deletions
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;