summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index a615e18..bb90a5d 100644
--- a/src/game.h
+++ b/src/game.h
@@ -6,6 +6,7 @@
#include "render/gl.h"
#include "render/gl_2d.h"
#include "render/gl_3d.h"
+#include "util/console.h"
#ifdef IS_EDITOR
#include "editor/editor.h"
@@ -44,6 +45,8 @@ struct GAME_DATA {
GAME_STATE state;
GAME_RENDER render;
+ CONSOLE_DATA console{};
+ GUI_CONSOLEWINDOW* console_window{};
#ifdef IS_EDITOR
GAME_EDITOR* editor;
#endif