added optional button to restart game (door, panel and touch variants)
[rocksndiamonds.git] / src / events.h
index 5cb33086b780f9c992dfccc30e52013ce40e75b2..3887f3fdb5d1b4346fb13cb913d90ac325d94fc3 100644 (file)
@@ -4,7 +4,7 @@
 // (c) 1995-2014 by Artsoft Entertainment
 //                         Holger Schemel
 //                 info@artsoft.org
-//                 http://www.artsoft.org/
+//                 https://www.artsoft.org/
 // ----------------------------------------------------------------------------
 // events.h
 // ============================================================================
@@ -21,6 +21,8 @@
 #define USEREVENT_GADGET_PRESSED       3
 
 
+void SetPlayfieldMouseCursorEnabled(boolean);
+
 int FilterMouseMotionEvents(void *, Event *);
 boolean NextValidEvent(Event *);
 void StopProcessingEvents(void);