mirror of
https://github.com/nicbarker/clay.git
synced 2026-04-19 01:31:18 +00:00
Merge 4d70236711 into f70b8c7ff3
This commit is contained in:
commit
2a918daf7e
2 changed files with 1 additions and 2 deletions
|
|
@ -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,8 +1,6 @@
|
|||
#include "../../clay.h"
|
||||
#include <SDL3/SDL_main.h>
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3_ttf/SDL_ttf.h>
|
||||
#include <SDL3_image/SDL_image.h>
|
||||
|
||||
typedef struct {
|
||||
SDL_Renderer *renderer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue