fixed compiler warnings (after adding "-Wstrict-prototypes")
[rocksndiamonds.git] / src / events.h
index 9672029fdd4bfc1253edb8812f788ea186807fe6..3234877318cb54c6333c6d5981a5650ec8f52c0c 100644 (file)
@@ -18,6 +18,7 @@ boolean NextValidEvent(Event *);
 
 void EventLoop(void);
 void HandleOtherEvents(Event *);
+void ClearAutoRepeatKeyEvents(void);
 void ClearEventQueue(void);
 void ClearPlayerAction(void);
 void SleepWhileUnmapped(void);
@@ -42,7 +43,7 @@ void HandleToonAnimations(void);
 
 void HandleButton(int, int, int, int);
 void HandleKey(Key, int);
-void HandleJoystick();
+void HandleJoystick(void);
 void HandleSpecialGameControllerButtons(Event *);
 void HandleSpecialGameControllerKeys(Key, int);