X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=0a5cb84bd7d4610e24bb48d2c579de97bb01263d;hb=8e5671db64b55432158b1d43d7fd2e684544ebeb;hp=05f6ed307983cd7f70713ac19359b477e4e2b5f5;hpb=c42450df0ac6ff7b6db97bf0df12b9c73055c727;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 05f6ed30..0a5cb84b 100644 --- a/src/tools.h +++ b/src/tools.h @@ -112,7 +112,7 @@ void DrawLevelField(int, int); void DrawMiniElement(int, int, int); void DrawMiniElementOrWall(int, int, int, int); -void DrawEnvelopeBorder(int, int, int, int); +void DrawEnvelopeBackground(int, int, int, int, int); void getMicroGraphicSource(int, Bitmap **, int *, int *); void DrawMicroElement(int, int, int); @@ -120,6 +120,7 @@ void DrawLevel(void); void DrawMiniLevel(int, int, int, int); void DrawMicroLevel(int, int, boolean); +void WaitForEventToContinue(); boolean Request(char *, unsigned int); unsigned int OpenDoor(unsigned int); unsigned int CloseDoor(unsigned int);