Delayed game start, made UI hot reload include all files, passed input

events to UI
This commit is contained in:
Mr-Wiseguy
2023-11-05 14:34:20 -05:00
parent 346e298eb1
commit 91611c9c33
7 changed files with 124 additions and 51 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef __RECOMP_UI__
#define __RECOMP_UI__
#include "SDL.h"
void queue_event(const SDL_Event& event);
bool try_deque_event(SDL_Event& out);
#endif