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 24456be..48f22b4 100644
--- a/render.h
+++ b/render.h
@@ -20,6 +20,7 @@ void render_debug_pal(uint8_t pal);
void process_events();
int render_joystick_num_buttons(int joystick);
int render_joystick_num_hats(int joystick);
+int render_num_joysticks();
//TODO: Throw an ifdef in here once there's more than one renderer
#include <SDL.h>