X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=b67f23b0f3f65ca37e30b959406684a610323e59;hb=765dcb99ef77ec52dd1e5f0a459ce5ffffcc9cd6;hp=37c67dd47878c1e2eb1a8a7548202788d1c2b403;hpb=608452efc3cb8d145639e0f401d85996dfc4e698;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 37c67dd4..b67f23b0 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,9 @@ void DrawMiniLevel(int, int, int, int); void DrawPreviewLevelInitial(void); void DrawPreviewLevelAnimation(void); +void DrawNetworkPlayers(void); +void ClearNetworkPlayers(void); + void WaitForEventToContinue(void); boolean Request(char *, unsigned int); void InitGraphicCompatibilityInfo_Doors(void); @@ -274,6 +278,8 @@ void SetGameStatus(int); void SetFontStatus(int); void ResetFontStatus(); +void SetLevelSetInfo(char *, int); + void ToggleFullscreenOrChangeWindowScalingIfNeeded(); void ChangeViewportPropertiesIfNeeded();