X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=1c26b6d6fdb771c10d4ba1060064e9a0e474c8ce;hb=462bca0782be497b984922afda26b5bf12bd3d75;hp=1aab5d3244ae971678b1c35b0ee3fee3b5866d65;hpb=1264abe158bef8419451c95e6db9a738eeec76f8;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 1aab5d32..1c26b6d6 100644 --- a/src/tools.h +++ b/src/tools.h @@ -80,6 +80,7 @@ void FadeCross(int); void FadeCrossSaveBackbuffer(); void ClearWindow(); +void SetWindowBackgroundImageIfDefined(int); void SetMainBackgroundImageIfDefined(int); void SetMainBackgroundImage(int); void SetDoorBackgroundImage(int); @@ -178,6 +179,8 @@ void PlayMenuSound(); void PlayMenuSoundStereo(int, int); void PlayMenuSoundIfLoop(); void PlayMenuMusic(); +void PlaySoundActivating(); +void PlaySoundSelecting(); void ToggleFullscreenIfNeeded();