X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=61541f370287d7bf5ebb9f4a85706aa055642e99;hb=dad6457f2f778d11ad84e90d328981532d0ba0ea;hp=37c67dd47878c1e2eb1a8a7548202788d1c2b403;hpb=608452efc3cb8d145639e0f401d85996dfc4e698;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 37c67dd4..61541f37 100644 --- a/src/tools.h +++ b/src/tools.h @@ -82,6 +82,7 @@ void DrawMaskedBorder_DOOR_3(); void DrawMaskedBorder_ALL(); void DrawMaskedBorder(int); void DrawMaskedBorderToTarget(int); +void DrawTileCursor(int); void SetDrawtoField(int); void RedrawPlayfield(); @@ -196,6 +197,8 @@ void DrawMiniLevel(int, int, int, int); void DrawPreviewLevelInitial(void); void DrawPreviewLevelAnimation(void); +void DrawNetworkPlayers(void); + void WaitForEventToContinue(void); boolean Request(char *, unsigned int); void InitGraphicCompatibilityInfo_Doors(void);