From 931a3998b096b27d881f4e4576759ef0e0bff4e1 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Wed, 10 Jul 2013 23:47:48 -0700 Subject: Read joystick bindings from config file --- render.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render.h') 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 -- cgit v1.2.3