rnd-20100313-1-src
[rocksndiamonds.git] / src / game.h
index f6c93315ceefb04b9b371d8527cfd4f325f19774..f5bf7bbf37fdb9ca2d0ab635fdc54c3d3c47736e 100644 (file)
@@ -340,6 +340,7 @@ void ScrollLevel(int, int);
 
 void InitPlayLevelSound();
 void PlayLevelSound_EM(int, int, int, int);
+void PlayLevelSound_SP(int, int, int, int);
 
 void RaiseScore(int);
 void RaiseScoreElement(int);
@@ -360,4 +361,6 @@ void FreeGameButtons();
 void UnmapGameButtons();
 void RedrawGameButtons();
 
+void HandleSoundButtonKeys(Key);
+
 #endif