mirror of
https://github.com/nicbarker/clay.git
synced 2025-12-25 18:41:06 +00:00
fix: missing header
This commit is contained in:
parent
ba171ea376
commit
a56f619b1f
|
|
@ -1,6 +1,7 @@
|
||||||
#include "../../clay.h"
|
#include "../../clay.h"
|
||||||
#include <SDL3/SDL.h>
|
#include <SDL3/SDL.h>
|
||||||
#include <SDL3_ttf/SDL_ttf.h>
|
#include <SDL3_ttf/SDL_ttf.h>
|
||||||
|
#include <SDL3_image/SDL_image.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
SDL_Renderer *renderer;
|
SDL_Renderer *renderer;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue