changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / libgame / joystick.h
index 48202d2efdea8a33bd5ec95e43d717451f888fa8..f9c518007859f8bfc2d46b1ef170266aa9a059c2 100644 (file)
@@ -35,8 +35,8 @@
 #define DEV_JOYSTICK_3         "/dev/js3"
 #endif
 
-/* get these values from the program 'js' from the joystick package, */
-/* set JOYSTICK_PERCENT to a threshold appropriate for your joystick */
+// get these values from the program 'js' from the joystick package,
+// set JOYSTICK_PERCENT to a threshold appropriate for your joystick
 
 #define JOYSTICK_MAX_AXIS_POS  32767
 
@@ -80,7 +80,7 @@ int JoystickButton(int);
 int AnyJoystick(void);
 int AnyJoystickButton(void);
 
-void DeactivateJoystick();
-void ActivateJoystick();
+void DeactivateJoystick(void);
+void ActivateJoystick(void);
 
-#endif /* JOYSTICK_H */
+#endif // JOYSTICK_H