summaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'render.h')
-rw-r--r--render.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render.h b/render.h
index 90ebf9d..79f05ca 100644
--- a/render.h
+++ b/render.h
@@ -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>