X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=d208383ac27f2ce9faee47e3248b68316d9f3f06;hb=3be7c7dc2af1580d9ba24118ed36fb001d09ebc1;hp=1fc4b5dbb982e7ed2fa40c193009bdd3967ae96d;hpb=7eb9afbda870a52bfef66b5d1750696a6add61c4;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 1fc4b5db..d208383a 100644 --- a/src/tools.h +++ b/src/tools.h @@ -76,6 +76,7 @@ void DrawMaskedBorder_DOOR_2(); void DrawMaskedBorder_DOOR_3(); void DrawMaskedBorder_ALL(); void DrawMaskedBorder(int); +void DrawMaskedBorderToScreen(int); void SetDrawtoField(int); void RedrawPlayfield(); @@ -95,7 +96,7 @@ void FadeSetDisabled(); void FadeSkipNextFadeIn(); void FadeSkipNextFadeOut(); -Bitmap *getGlobalBorderBitmapFromGameStatus(); +Bitmap *getGlobalBorderBitmapFromStatus(int); void ClearField(); void SetWindowBackgroundImageIfDefined(int); @@ -248,6 +249,8 @@ void PlayMenuMusic(); void PlaySoundActivating(); void PlaySoundSelecting(); +void SetGameStatus(int); + void ToggleFullscreenOrChangeWindowScalingIfNeeded(); void ChangeViewportPropertiesIfNeeded();