X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.h;h=8238ffc535d43fcf348f29a182ed80bd85308015;hp=638a22fe5cc9af2af6b46b72a6f58b1994767f88;hb=db6f077754043bf94cf6a18ced0c0191744a1487;hpb=f13a8935ca1a7eeb3406d02f49b2df1490504017 diff --git a/src/tools.h b/src/tools.h index 638a22fe..8238ffc5 100644 --- a/src/tools.h +++ b/src/tools.h @@ -168,6 +168,9 @@ void DrawLevelElement(int, int, int); void DrawScreenField(int, int); void DrawLevelField(int, int); +void DrawSizedElement(int, int, int, int); +void DrawSizedElementOrWall(int, int, int, int, int); + void DrawMiniElement(int, int, int); void DrawMiniElementOrWall(int, int, int, int); @@ -175,6 +178,7 @@ void ShowEnvelope(int); void ShowEnvelopeDoor(char *text, int); void DrawLevel(int); +void DrawSizedLevel(int, int, int, int, int); void DrawMiniLevel(int, int, int, int); void DrawPreviewLevelInitial(void); void DrawPreviewLevelAnimation(void);