X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=224df856e525130d8e12106c3e7d3b5282933a2d;hb=7c435b7727b2d835e00b79365dd46102e0de08b4;hp=5a96d4fc630cb23fc67d253984b1ec7b8afdfe8b;hpb=5d1b0bff6088d3b085ceac93f10e81a9ada99b47;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 5a96d4fc..224df856 100644 --- a/src/game.h +++ b/src/game.h @@ -129,6 +129,9 @@ struct GameButtonInfo struct XY panel_sound_music; struct XY panel_sound_loops; struct XY panel_sound_simple; + + struct XY touch_stop; + struct XY touch_pause; }; struct GameSnapshotInfo @@ -452,6 +455,7 @@ void CreateGameButtons(void); void FreeGameButtons(void); void MapUndoRedoButtons(void); void UnmapUndoRedoButtons(void); +void ModifyPauseButtons(void); void MapGameButtons(void); void UnmapGameButtons(void); void RedrawGameButtons(void);