X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=c764e1d39163d18cf7dd56f5e54215fc7143906b;hb=e51177796149f37de339bda83558c3c49758be93;hp=f6c93315ceefb04b9b371d8527cfd4f325f19774;hpb=be1c10e7863850eba871b2c0da9d635313b2bc01;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index f6c93315..c764e1d3 100644 --- a/src/game.h +++ b/src/game.h @@ -47,6 +47,7 @@ struct GamePanelInfo struct TextPosInfo time_hh; struct TextPosInfo time_mm; struct TextPosInfo time_ss; + struct TextPosInfo frame; struct TextPosInfo shield_normal; struct TextPosInfo shield_normal_time; struct TextPosInfo shield_deadly; @@ -340,6 +341,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 +362,6 @@ void FreeGameButtons(); void UnmapGameButtons(); void RedrawGameButtons(); +void HandleSoundButtonKeys(Key); + #endif