X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=55929e502d8016fa71103f1fd317c4b91c29f190;hb=f7704e2d22e9499efe6380e0c916c2bd4918e4be;hp=5044c746a92d97a6b50e479654ebcadc62bb9806;hpb=b124c56f1cf069a6c77802919b1a9cbbedb77029;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 5044c746..55929e50 100644 --- a/src/tools.h +++ b/src/tools.h @@ -69,12 +69,16 @@ void FadeToFront(); void FadeIn(int); void FadeOut(int, int); -void FadeCross(Bitmap *, int); +void FadeCross(int); +void FadeInField(int); +void FadeOutField(int, int); +void FadeCrossField(int); void ClearWindow(); void SetMainBackgroundImageIfDefined(int); void SetMainBackgroundImage(int); void SetDoorBackgroundImage(int); +void SetPanelBackground(); void DrawBackground(int, int, int, int); void MarkTileDirty(int, int); @@ -124,11 +128,9 @@ void DrawMiniElementOrWall(int, int, int, int); void ShowEnvelope(); -void getMicroGraphicSource(int, Bitmap **, int *, int *); -void DrawMicroElement(int, int, int); void DrawLevel(void); void DrawMiniLevel(int, int, int, int); -void DrawMicroLevel(int, int, boolean); +void DrawPreviewLevel(boolean); void WaitForEventToContinue(); boolean Request(char *, unsigned int); @@ -165,4 +167,11 @@ int font2baseimg(int); unsigned int InitRND(long); void InitGraphicInfo_EM(void); +void PlayMenuSound(); +void PlayMenuSoundStereo(int, int); +void PlayMenuSoundIfLoop(); +void PlayMenuMusic(); + +void ToggleFullscreenIfNeeded(); + #endif /* TOOLS_H */