diff options
Diffstat (limited to 'render.h')
-rw-r--r-- | render.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ void process_events(); int render_joystick_num_buttons(int joystick); int render_joystick_num_hats(int joystick); int render_num_joysticks(); +void process_events(); //TODO: Throw an ifdef in here once there's more than one renderer #include <SDL.h> |