X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=f226a9cfd09a40ae8e2a1c83e1104d0a8728bb15;hb=1ed02c282e3b4bd73c5d26244e4df30d731cc6c8;hp=0a5cb84bd7d4610e24bb48d2c579de97bb01263d;hpb=8e5671db64b55432158b1d43d7fd2e684544ebeb;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 0a5cb84b..f226a9cf 100644 --- a/src/tools.h +++ b/src/tools.h @@ -112,7 +112,8 @@ void DrawLevelField(int, int); void DrawMiniElement(int, int, int); void DrawMiniElementOrWall(int, int, int, int); -void DrawEnvelopeBackground(int, int, int, int, int); + +void ShowEnvelope(); void getMicroGraphicSource(int, Bitmap **, int *, int *); void DrawMicroElement(int, int, int);