aboutsummaryrefslogtreecommitdiffstats
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index a58d4c9..e7d761e 100644
--- a/src/game.h
+++ b/src/game.h
@@ -5,6 +5,7 @@
#include "world.h"
#include "entity.h"
#include "map.h"
+#include "ui.h"
#ifndef GAME_H
#define GAME_H
@@ -24,6 +25,7 @@ struct Game {
World world;
Model skybox;
Map map;
+ InteractionChat chat;
SceneId sceneId;
bool isCursorEnabled;