summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-08-11 19:10:16 +0200
committeraura <nw@moneybot.cc>2026-08-11 19:10:16 +0200
commit17c07b5f884453130d8be3a6d91d730d80d4f8ae (patch)
tree6ec11e5e5f7f0be9ed899196c2897aa76a907de2 /src/game.h
parent1aa17de9188790f049c0edc4281597cb4e535627 (diff)
parent0a9d7ce6a0764a87766ebb23cc1ece4c26c8c678 (diff)
Merge remote-tracking branch 'origin/day'
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