changed "http" to "https" in URLs
[rocksndiamonds.git] / src / game_mm / mm_tools.h
index 45d42f69e0eba59380c462136578f90335c2259b..e4c97416246c3a6ec677006a21835906c8efca87 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
 // ============================================================================
 #define REQ_STAY_CLOSED                (1 << 4)
 #define REQ_STAY_OPEN          (1 << 5)
 
-#define REQUEST_WAIT_FOR       (REQ_ASK | REQ_CONFIRM)
-
-// font types
-#define FS_SMALL               0
-#define FS_BIG                 1
-#define FS_MEDIUM              2
-
 
 void SetDrawtoField_MM(int);
 void BackToFront(void);