rnd-20131209-1-src
[rocksndiamonds.git] / src / events.h
index 7cde0e00f57ff12dd946995e06c50ef96f584d46..5cff318374ae1d894946624431e9197ce0da17ae 100644 (file)
 
 #include "main.h"
 
-int FilterMouseMotionEvents(const Event *);
+#if defined(TARGET_SDL2)
+int FilterEvents(void *, Event *);
+#else
+int FilterEvents(const Event *);
+#endif
+
 void EventLoop(void);
 void HandleOtherEvents(Event *);
 void ClearEventQueue(void);