X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=fa67ae23308a610a25a2d630fc92f1338b3ccdeb;hb=5c94351c5b8a12d8615b447b6275dd2f68615be4;hp=2949115c55f26fa0762d4910851e24410510a71f;hpb=d2fe3484366d23690887c6547636cd681db22007;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 2949115c..fa67ae23 100644 --- a/src/tools.h +++ b/src/tools.h @@ -78,6 +78,13 @@ void FadeIn(int); void FadeOut(int); void FadeCross(int); void FadeCrossSaveBackbuffer(); +void FadeSetEnterMenu(); +void FadeSetLeaveMenu(); +void FadeSetStartItem(); +void FadeSetFromType(int); +void FadeSetDisabled(); +void FadeSkipNextFadeIn(); +void FadeSkipNextFadeOut(); void ClearWindow(); void SetWindowBackgroundImageIfDefined(int); @@ -184,13 +191,17 @@ int getBeltDirNrFromBeltSwitchElement(int); int getBeltDirFromBeltElement(int); int getBeltDirFromBeltSwitchElement(int); int getBeltElementFromBeltNrAndBeltDir(int, int); +int getBeltSwitchElementFromBeltNrAndBeltDir(int, int); unsigned int InitRND(long); void InitGraphicInfo_EM(void); +void PlayMenuSoundExt(int); void PlayMenuSound(); void PlayMenuSoundStereo(int, int); +void PlayMenuSoundIfLoopExt(int); void PlayMenuSoundIfLoop(); +void PlayMenuMusicExt(int); void PlayMenuMusic(); void PlaySoundActivating(); void PlaySoundSelecting();