rnd-20000815-2-src
[rocksndiamonds.git] / src / joystick.h
index 64fd00690bf2e106baa661f10de0619a67d82fdd..068543595f6802233a75e78e77323dd7390e8c8e 100644 (file)
@@ -19,6 +19,7 @@
 /* values for the joystick */
 #define JOYSTICK_OFF           0
 #define        JOYSTICK_AVAILABLE      1
+
 #ifdef __FreeBSD__
 #include <machine/joystick.h>
 #define DEV_JOYSTICK_0         "/dev/joy0"
@@ -89,4 +90,3 @@ int AnyJoystick(void);
 int AnyJoystickButton(void);
 
 #endif
-