diff options
| author | aura <nw@moneybot.cc> | 2026-08-11 19:10:16 +0200 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-08-11 19:10:16 +0200 |
| commit | 17c07b5f884453130d8be3a6d91d730d80d4f8ae (patch) | |
| tree | 6ec11e5e5f7f0be9ed899196c2897aa76a907de2 /src/game.h | |
| parent | 1aa17de9188790f049c0edc4281597cb4e535627 (diff) | |
| parent | 0a9d7ce6a0764a87766ebb23cc1ece4c26c8c678 (diff) | |
Merge remote-tracking branch 'origin/day'
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 |
