rnd-20060805-2-src
[rocksndiamonds.git] / src / tools.h
index 5044c746a92d97a6b50e479654ebcadc62bb9806..a06527ae27e864b0b1fba9d9818f553e6ff58e39 100644 (file)
@@ -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);
@@ -165,4 +165,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 */