diff options
| author | 2lag <96544487+2lag@users.noreply.github.com> | 2026-08-08 17:33:36 +0200 |
|---|---|---|
| committer | 2lag <96544487+2lag@users.noreply.github.com> | 2026-08-08 17:33:36 +0200 |
| commit | 2973df584978d9aae6f164ce0204179c8a28b3ae (patch) | |
| tree | c1b793c8e0d17aeb66c5197bc28acca84b2c98ab /src/game.h | |
| parent | e540910745aad31378452eec25aacfb3f346191a (diff) | |
console, textbox changes, some other shit
Diffstat (limited to 'src/game.h')
| -rw-r--r-- | src/game.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
