X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.h;h=05f6ed307983cd7f70713ac19359b477e4e2b5f5;hp=e7a65872bcf2593d3e54ce884610504637990567;hb=c42450df0ac6ff7b6db97bf0df12b9c73055c727;hpb=c781e660ed2fe6ad36c9eee0a77d64ee07163030 diff --git a/src/tools.h b/src/tools.h index e7a65872..05f6ed30 100644 --- a/src/tools.h +++ b/src/tools.h @@ -112,6 +112,7 @@ void DrawLevelField(int, int); void DrawMiniElement(int, int, int); void DrawMiniElementOrWall(int, int, int, int); +void DrawEnvelopeBorder(int, int, int, int); void getMicroGraphicSource(int, Bitmap **, int *, int *); void DrawMicroElement(int, int, int);