diff render.h @ 432:18cde14e8c10

Read joystick bindings from config file
author Mike Pavone <pavone@retrodev.com>
date Wed, 10 Jul 2013 23:47:48 -0700
parents add9e2f5c0e3
children cc754a309ead
line wrap: on
line diff
--- a/render.h	Wed Jul 10 22:48:17 2013 -0700
+++ b/render.h	Wed Jul 10 23:47:48 2013 -0700
@@ -20,6 +20,7 @@
 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>