X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=34854a773c1426a7b06487489407a8d6eb82a21b;hb=9dc1a9b929ed268df501e7d2b00f51f4521f8b5e;hp=1d9b786df896eda57f951e5f60b1ebf537ba52e7;hpb=9923c6ae90268ef53e0e7411d29115ef2568b182;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 1d9b786d..34854a77 100644 --- a/src/game.h +++ b/src/game.h @@ -118,6 +118,14 @@ struct GameButtonInfo struct XY sound_music; struct XY sound_loops; struct XY sound_simple; + + struct XY panel_stop; + struct XY panel_pause; + struct XY panel_play; + + struct XY panel_sound_music; + struct XY panel_sound_loops; + struct XY panel_sound_simple; }; struct GameSnapshotInfo @@ -423,6 +431,9 @@ void UnmapUndoRedoButtons(); void MapGameButtons(); void UnmapGameButtons(); void RedrawGameButtons(); +void MapGameButtonsOnTape(); +void UnmapGameButtonsOnTape(); +void RedrawGameButtonsOnTape(); void HandleSoundButtonKeys(Key);