X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=8e33f098209ecf14cde3865631260073dd779173;hb=fd18ece8535cd87bd72989d7d39092d55b283939;hp=56ba8a31a8c26b9266cd4681b18e465ba5471c22;hpb=95d786b6fe8474c30a22f839751e0d04c7682ded;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 56ba8a31..8e33f098 100644 --- a/src/game.h +++ b/src/game.h @@ -21,7 +21,7 @@ void InitGame(void); void InitMovDir(int, int); void InitAmoebaNr(int, int); void GameWon(void); -boolean NewHiScore(void); +int NewHiScore(void); void InitMovingField(int, int, int); void Moving2Blocked(int, int, int *, int *); void Blocked2Moving(int, int, int *, int *); @@ -78,4 +78,7 @@ void PlaySoundLevel(int, int, int); void RaiseScore(int); void RaiseScoreElement(int); +void CreateGameButtons(); +void UnmapGameButtons(); + #endif