--- a/src/sprite.c Wed Jun 11 23:38:55 2025 +0200 +++ b/src/sprite.c Thu Jun 12 22:44:49 2025 +0200 @@ -37,12 +37,10 @@ #include <GL/glew.h> -struct asc_sprite_shader_s { +typedef struct asc_sprite_shader_s { AscShaderProgram program; int tex; -}; - -typedef struct asc_sprite_shader_s AscSpriteShader; +} AscSpriteShader; static void *asc_sprite_shader_create(bool rect) { AscShaderCodes codes;