fix: missing header

This commit is contained in:
kraxarn 2025-11-10 12:56:17 +01:00
parent ba171ea376
commit a56f619b1f
No known key found for this signature in database
GPG key ID: 043A905B28C449DF

View file

@ -1,6 +1,7 @@
#include "../../clay.h"
#include <SDL3/SDL.h>
#include <SDL3_ttf/SDL_ttf.h>
#include <SDL3_image/SDL_image.h>
typedef struct {
SDL_Renderer *renderer;