X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmm_tools.h;h=28ba5c331eef1df5c9ec52750ffacfe205cffb54;hb=HEAD;hp=f226f420ed88656e4a54695af543d2338f0d6f13;hpb=dcfdc42ed1d7bc931b62ee9639af893858889219;p=rocksndiamonds.git diff --git a/src/game_mm/mm_tools.h b/src/game_mm/mm_tools.h index f226f420..28ba5c33 100644 --- a/src/game_mm/mm_tools.h +++ b/src/game_mm/mm_tools.h @@ -50,7 +50,8 @@ void SetDrawtoField_MM(int); -void BackToFront(void); +void BackToFront_MM(void); + void FadeToFront(void); void ClearWindow(void); @@ -87,7 +88,7 @@ void DrawWallsExt_MM(int, int, int, int); void DrawWalls_MM(int, int, int); void DrawWallsAnimation_MM(int, int, int, int, int); void DrawMicroLevel_MM(int, int, boolean); -void DrawTileCursor_MM(int, boolean); +void DrawTileCursor_MM(int, int, boolean); boolean Request(char *, unsigned int); unsigned int OpenDoor(unsigned int);