mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-01-01 09:00:34 +00:00
91611c9c33
events to UI
10 lines
151 B
C
10 lines
151 B
C
#ifndef __RECOMP_UI__
|
|
#define __RECOMP_UI__
|
|
|
|
#include "SDL.h"
|
|
|
|
void queue_event(const SDL_Event& event);
|
|
bool try_deque_event(SDL_Event& out);
|
|
|
|
#endif
|