added optional button to restart game (door, panel and touch variants)
[rocksndiamonds.git] / src / events.h
index 30a64877dc3b5a4411b5ceb7c2caa4ae60e1dd87..3887f3fdb5d1b4346fb13cb913d90ac325d94fc3 100644 (file)
@@ -21,6 +21,8 @@
 #define USEREVENT_GADGET_PRESSED       3
 
 
+void SetPlayfieldMouseCursorEnabled(boolean);
+
 int FilterMouseMotionEvents(void *, Event *);
 boolean NextValidEvent(Event *);
 void StopProcessingEvents(void);