rnd-20061206-1-src
[rocksndiamonds.git] / src / tools.h
index ec72a61107b451a0f858b1d35f778429013542fa..12d49c994834a7664ca0a50c74c36de5f46773f1 100644 (file)
@@ -85,6 +85,8 @@ void SetMainBackgroundImage(int);
 void SetDoorBackgroundImage(int);
 void SetPanelBackground();
 void DrawBackground(int, int, int, int);
+void DrawBackgroundForFont(int, int, int, int, int);
+void DrawBackgroundForGraphic(int, int, int, int, int);
 
 void MarkTileDirty(int, int);
 void SetBorderElement();
@@ -176,6 +178,8 @@ void PlayMenuSound();
 void PlayMenuSoundStereo(int, int);
 void PlayMenuSoundIfLoop();
 void PlayMenuMusic();
+void PlaySoundActivating();
+void PlaySoundSelecting();
 
 void ToggleFullscreenIfNeeded();