X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=dfe2e5728776a6fd8421f2d11d6dc3ab2c082ca4;hb=19d38b8a650bd10ffbbaed031f5b3819dbcd32ce;hp=d834df77f4100d9135c2840e4e754eec8d0abfac;hpb=61c3da024802ecc0268bab42d7499fc0346e4fd3;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index d834df77..dfe2e572 100644 --- a/src/tools.h +++ b/src/tools.h @@ -59,6 +59,7 @@ #define REQUEST_WAIT_FOR_INPUT (REQ_ASK | REQ_CONFIRM | REQ_PLAYER) + void DumpTile(int, int); void DrawMaskedBorder_FIELD(); @@ -167,7 +168,8 @@ void ShowEnvelopeDoor(char *text, int); void DrawLevel(void); void DrawMiniLevel(int, int, int, int); -void DrawPreviewLevel(boolean); +void DrawPreviewLevelInitial(void); +void DrawPreviewLevelAnimation(void); void WaitForEventToContinue(); boolean Request(char *, unsigned int); @@ -231,7 +233,7 @@ void PlayMenuMusic(); void PlaySoundActivating(); void PlaySoundSelecting(); -void ToggleFullscreenIfNeeded(); +void ToggleFullscreenOrChangeWindowScalingIfNeeded(); void ChangeViewportPropertiesIfNeeded(); #endif /* TOOLS_H */