14 lines
186 B
C
14 lines
186 B
C
#ifndef DEFS_H
|
|
#define DEFS_H
|
|
|
|
#include <clay/clay.h>
|
|
|
|
#include <SDL3/SDL.h>
|
|
#include <SDL3_ttf/SDL_ttf.h>
|
|
|
|
|
|
extern SDL_Window *window;
|
|
extern SDL_Renderer *renderer;
|
|
|
|
#endif // !DEFS_H
|