X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=e83ebfa9a7ffa3aa78254dea36492d5cf1a13ae1;hb=240269d614d12d0612cc0764589e6798378e2b8c;hp=538793099e875d1ebfcf970b42130e4b226c08cb;hpb=6fe98dc77891e9fc45cbd99bbd4793e2133c6960;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 53879309..e83ebfa9 100644 --- a/src/tools.h +++ b/src/tools.h @@ -97,7 +97,7 @@ void DrawMiniElementOrWall(int, int, int, int); void DrawMicroElement(int, int, int); void DrawLevel(void); void DrawMiniLevel(int, int); -void DrawMicroLevel(int, int); +void DrawMicroLevel(int, int, boolean); boolean Request(char *, unsigned int); unsigned int OpenDoor(unsigned int); unsigned int CloseDoor(unsigned int);