re-enabled storing selection from "last played level set" menu
[rocksndiamonds.git] / src / game_mm / mm_tools.h
index 3d958de50cc3daab1318d0103afe89ec6886edd2..97b48f4341ba42d438aa7fb89acf277904c438a8 100644 (file)
@@ -4,7 +4,7 @@
 // (c) 1994-2017 by Artsoft Entertainment
 //                         Holger Schemel
 //                 info@artsoft.org
-//                 http://www.artsoft.org/
+//                 https://www.artsoft.org/
 // ----------------------------------------------------------------------------
 // mm_tools.h
 // ============================================================================
@@ -94,6 +94,7 @@ void DrawWalls_MM(int, int, int);
 void DrawWallsAnimation_MM(int, int, int, int, int);
 void DrawMiniLevel_MM(int, int, int, int);
 void DrawMicroLevel_MM(int, int, boolean);
+void DrawTileCursor_MM(int, boolean);
 
 boolean Request(char *, unsigned int);
 unsigned int OpenDoor(unsigned int);