X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=7e8f53c5ad3a06fa87d1ce319f713d881f6748b4;hb=db796e071bbe21db45ac516e55eaf2ea7cee33d5;hp=5044c746a92d97a6b50e479654ebcadc62bb9806;hpb=b124c56f1cf069a6c77802919b1a9cbbedb77029;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 5044c746..7e8f53c5 100644 --- a/src/tools.h +++ b/src/tools.h @@ -69,7 +69,7 @@ void FadeToFront(); void FadeIn(int); void FadeOut(int, int); -void FadeCross(Bitmap *, int); +void FadeCross(int); void ClearWindow(); void SetMainBackgroundImageIfDefined(int); @@ -124,11 +124,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 +163,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 */