mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-18 07:35:17 -04: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
|