small fix to prevent compiler warning
[rocksndiamonds.git] / src / events.h
index ec2831ef83aca72608ef3126f07b205a0a2dc33a..0768f11f42597f217f6d7e000e54b762dd15e8df 100644 (file)
@@ -20,6 +20,8 @@ int FilterEvents(void *, Event *);
 int FilterEvents(const Event *);
 #endif
 
+boolean NextValidEvent(Event *);
+
 void EventLoop(void);
 void HandleOtherEvents(Event *);
 void ClearEventQueue(void);
@@ -30,6 +32,7 @@ void HandleExposeEvent(ExposeEvent *);
 void HandleButtonEvent(ButtonEvent *);
 void HandleMotionEvent(MotionEvent *);
 #if defined(TARGET_SDL2)
+void HandleWheelEvent(WheelEvent *);
 void HandleWindowEvent(WindowEvent *);
 void HandleFingerEvent(FingerEvent *);
 void HandleTextEvent(TextEvent *);