diff options
Diffstat (limited to 'src/game.h')
| -rw-r--r-- | src/game.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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; |
