X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=703a52233030700d19aea9af5454c1d27578c4dc;hb=887ef75d8d48c7279d4ea0897350070782f2c457;hp=439517c2578166db43c049733a5e402609f06326;hpb=30f5fd7b8f2235820dcbe638a18319d802317530;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 439517c2..703a5223 100644 --- a/src/tools.h +++ b/src/tools.h @@ -76,13 +76,14 @@ void DrawMaskedBorder_DOOR_2(); void DrawMaskedBorder_DOOR_3(); void DrawMaskedBorder_ALL(); void DrawMaskedBorder(int); -void DrawMaskedBorderToScreen(int); +void DrawMaskedBorderToTarget(int); void SetDrawtoField(int); void RedrawPlayfield(); void BlitScreenToBitmap_RND(Bitmap *); void BlitScreenToBitmap(Bitmap *); void BackToFront(); +void BackToFront_WithFrameDelay(unsigned int); void FadeIn(int); void FadeOut(int); @@ -96,7 +97,7 @@ void FadeSetDisabled(); void FadeSkipNextFadeIn(); void FadeSkipNextFadeOut(); -Bitmap *getGlobalBorderBitmapFromGameStatus(); +Bitmap *getGlobalBorderBitmapFromStatus(int); void ClearField(); void SetWindowBackgroundImageIfDefined(int); @@ -249,6 +250,11 @@ void PlayMenuMusic(); void PlaySoundActivating(); void PlaySoundSelecting(); +void SetAnimStatus(int); +void SetGameStatus(int); +void SetFontStatus(int); +void ResetFontStatus(); + void ToggleFullscreenOrChangeWindowScalingIfNeeded(); void ChangeViewportPropertiesIfNeeded();