From 2973df584978d9aae6f164ce0204179c8a28b3ae Mon Sep 17 00:00:00 2001 From: 2lag <96544487+2lag@users.noreply.github.com> Date: Sat, 8 Aug 2026 17:33:36 +0200 Subject: console, textbox changes, some other shit --- src/game.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game.h') 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 -- cgit v1.2.3