X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;h=8e33f098209ecf14cde3865631260073dd779173;hp=6f698b64a52c000de2834afa0040145796f2f580;hb=3ae3dff29ac1a6022b1e5af414ba2c99391148c8;hpb=f1beb2260f7ddd444f951b3f90f733707b196686 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