X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=8e33f098209ecf14cde3865631260073dd779173;hb=6b83db8bee17d70c4e89dc3e3b703b7032aa5f27;hp=6f698b64a52c000de2834afa0040145796f2f580;hpb=f1beb2260f7ddd444f951b3f90f733707b196686;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 6f698b64..8e33f098 100644 --- a/src/game.h +++ b/src/game.h @@ -78,4 +78,7 @@ void PlaySoundLevel(int, int, int); void RaiseScore(int); void RaiseScoreElement(int); +void CreateGameButtons(); +void UnmapGameButtons(); + #endif