diff options
Diffstat (limited to 'src/game.h')
| -rw-r--r-- | src/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ #include "game/assets.h" #include "render/gl.h" +#include "render/gl_2d.h" #include "render/gl_3d.h" #ifdef IS_EDITOR @@ -27,6 +28,7 @@ typedef struct { typedef struct { GL_BATCH3D* batch_3d; + GL_BATCH2D* batch_2d; } GAME_RENDER; typedef struct { |
