X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_tools.h;h=97b48f4341ba42d438aa7fb89acf277904c438a8;hb=512f7bbfa113ed92bebc8a3a7d436b38c0227d59;hp=45d42f69e0eba59380c462136578f90335c2259b;hpb=12a8fd3a64d6bee5ca5f5b89e4a00b49d78bbd2c;p=rocksndiamonds.git diff --git a/src/game_mm/mm_tools.h b/src/game_mm/mm_tools.h index 45d42f69..97b48f43 100644 --- a/src/game_mm/mm_tools.h +++ b/src/game_mm/mm_tools.h @@ -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 // ============================================================================ @@ -48,13 +48,6 @@ #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); @@ -101,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);