rnd-20061230-1-src
[rocksndiamonds.git] / src / tools.h
index 1aab5d3244ae971678b1c35b0ee3fee3b5866d65..1c26b6d6fdb771c10d4ba1060064e9a0e474c8ce 100644 (file)
@@ -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();