X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.h;h=7cdd23a5eabdfdf6056ed98d54abac821a747299;hp=149d63dab023f65ecde45ae6471fbdbac7fe90f8;hb=c6bdf2fa014d0a3dd50260a409704e487e73e572;hpb=9f7cd608c28ded86b2c2e649c776220ae27df038 diff --git a/src/tools.h b/src/tools.h index 149d63da..7cdd23a5 100644 --- a/src/tools.h +++ b/src/tools.h @@ -189,9 +189,12 @@ 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();