removed unused code
[rocksndiamonds.git] / src / events.h
index 823670bcc124d20c81f3136781cbad413fc0a0f4..c061b5d2de4b30372bb24ccd4121b73a67338ca2 100644 (file)
@@ -20,7 +20,9 @@
 #define USEREVENT_ANIM_EVENT_ACTION    2
 
 
+int FilterMouseMotionEvents(void *, Event *);
 boolean NextValidEvent(Event *);
+void StopProcessingEvents(void);
 
 void EventLoop(void);
 void HandleOtherEvents(Event *);