dice-gui/src/defs.h
2025-09-18 12:11:13 +02:00

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