X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=f5bf7bbf37fdb9ca2d0ab635fdc54c3d3c47736e;hb=949580a3bafe5c8abd1fac99202411b65900b883;hp=f6c93315ceefb04b9b371d8527cfd4f325f19774;hpb=be1c10e7863850eba871b2c0da9d635313b2bc01;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index f6c93315..f5bf7bbf 100644 --- a/src/game.h +++ b/src/game.h @@ -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