rnd-20070401-1-src
[rocksndiamonds.git] / src / tools.h
index 2949115c55f26fa0762d4910851e24410510a71f..2e0762cc2c89ab4ec3a8852a5789cf56d7d63257 100644 (file)
@@ -78,6 +78,14 @@ void FadeIn(int);
 void FadeOut(int);
 void FadeCross(int);
 void FadeCrossSaveBackbuffer();
+void FadeSetEnterMenu();
+void FadeSetLeaveMenu();
+void FadeSetEnterScreen();
+void FadeSetLeaveScreen();
+void FadeSetFromType(int);
+void FadeSetDisabled();
+void FadeSkipNextFadeIn();
+void FadeSkipNextFadeOut();
 
 void ClearWindow();
 void SetWindowBackgroundImageIfDefined(int);
@@ -184,13 +192,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();