added setup option to show/hide classic elements in the editor palette
[rocksndiamonds.git] / src / tools.h
index 8c8ac9c6bab52cc42729277d47dac04163b546c7..b267c8bfd1dce3911f5994766bbdd5a3c5c96ae9 100644 (file)
@@ -65,6 +65,9 @@
 #define REQUEST_WAIT_FOR_INPUT (REQ_ASK | REQ_CONFIRM | REQ_PLAYER)
 
 
+int correctLevelPosX_EM(int);
+int correctLevelPosY_EM(int);
+
 int getLevelFromScreenX(int);
 int getLevelFromScreenY(int);
 
@@ -250,6 +253,8 @@ void PlayMenuSoundIfLoopExt(int);
 void PlayMenuSoundIfLoop();
 void PlayMenuMusicExt(int);
 void PlayMenuMusic();
+void PlayMenuSoundsAndMusic();
+void FadeMenuSoundsAndMusic();
 void PlaySoundActivating();
 void PlaySoundSelecting();