11 lines
216 B
C
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
|