mirror of
https://github.com/nicbarker/clay.git
synced 2025-12-23 17:41:06 +00:00
fix: wrong file, oops
This commit is contained in:
parent
a56f619b1f
commit
4d70236711
|
|
@ -2,6 +2,7 @@
|
|||
#include <SDL3/SDL_main.h>
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3_ttf/SDL_ttf.h>
|
||||
#include <SDL3_image/SDL_image.h>
|
||||
|
||||
#define CLAY_IMPLEMENTATION
|
||||
#include "../../clay.h"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#include "../../clay.h"
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3_ttf/SDL_ttf.h>
|
||||
#include <SDL3_image/SDL_image.h>
|
||||
|
||||
typedef struct {
|
||||
SDL_Renderer *renderer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue