summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
author2lag <96544487+2lag@users.noreply.github.com>2026-08-08 17:33:36 +0200
committer2lag <96544487+2lag@users.noreply.github.com>2026-08-08 17:33:36 +0200
commit2973df584978d9aae6f164ce0204179c8a28b3ae (patch)
treec1b793c8e0d17aeb66c5197bc28acca84b2c98ab /src/game.h
parente540910745aad31378452eec25aacfb3f346191a (diff)
console, textbox changes, some other shit
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