X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=f5bf7bbf37fdb9ca2d0ab635fdc54c3d3c47736e;hb=dc856cea3f61d1fecaf875fa519ac72c1c129713;hp=c957974cb49a98e532a41fc5d70b367ff0c7e0f9;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index c957974c..f5bf7bbf 100644 --- a/src/game.h +++ b/src/game.h @@ -117,6 +117,8 @@ struct GameInfo /* values for graphics engine customization */ boolean use_native_emc_graphics_engine; + boolean use_native_sp_graphics_engine; + boolean use_masked_pushing; int forced_scroll_delay_value; int scroll_delay_value; @@ -338,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); @@ -358,4 +361,6 @@ void FreeGameButtons(); void UnmapGameButtons(); void RedrawGameButtons(); +void HandleSoundButtonKeys(Key); + #endif