X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame.h;h=9bfa0cd52d078c5d6ad6c67b02b2cd724b60fa45;hb=a48a472e7e5b2e30f48a4cf29c2bf98c7de1b5af;hp=5a96d4fc630cb23fc67d253984b1ec7b8afdfe8b;hpb=5d1b0bff6088d3b085ceac93f10e81a9ada99b47;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 5a96d4fc..9bfa0cd5 100644 --- a/src/game.h +++ b/src/game.h @@ -452,6 +452,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);