fixed compiler warnings (after adding "-Wstrict-prototypes")
[rocksndiamonds.git] / src / events.h
index 83d869adc14e334c02f627a8021ce569da4ed9f2..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,8 +43,10 @@ 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);
 
+boolean DoKeysymAction(int);
+
 #endif