This commit is contained in:
kraxie 2025-12-07 04:40:04 +01:00 committed by GitHub
commit b1819ce9d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -2,6 +2,7 @@
#include <SDL3/SDL_main.h> #include <SDL3/SDL_main.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>
#define CLAY_IMPLEMENTATION #define CLAY_IMPLEMENTATION
#include "../../clay.h" #include "../../clay.h"

View file

@ -1,8 +1,6 @@
#include "../../clay.h" #include "../../clay.h"
#include <SDL3/SDL_main.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;