From 30151d75dddd651faa1b27148a052ced7d0f190a Mon Sep 17 00:00:00 2001 From: aura Date: Tue, 10 Mar 2026 05:18:33 +0100 Subject: 2d batch rendering --- src/game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index f0e1957..862234b 100644 --- a/src/game.h +++ b/src/game.h @@ -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 { -- cgit v1.2.3