diff options
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 |
