dice-gui-old/src/application.h
2025-09-16 13:35:50 +02:00

11 lines
216 B
C

#ifndef APPLICATION_H
#define APPLICATION_H
#include <clay/clay.h>
#include <SDL3/SDL_events.h>
extern Clay_RenderCommandArray RenderApplication();
extern void HandleEvent(SDL_Event evt);
#endif // !APPLICATION_H