X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=dfc4312fb59ef6144241219b4489f824bf89c58d;hb=fa9c72bb286c8e5e5095e666dbf85981ad3a8ea2;hp=607e34e2bf97836b7d88d4a42db730b5141d861c;hpb=c9433eab5c4317ed4f89164b386a7d33562e29be;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 607e34e2..dfc4312f 100644 --- a/src/game.h +++ b/src/game.h @@ -91,11 +91,15 @@ void RemoveHero(struct PlayerInfo *); int DigField(struct PlayerInfo *, int, int, int, int, int); boolean SnapField(struct PlayerInfo *, int, int); boolean PlaceBomb(struct PlayerInfo *); + +void InitPlaySoundLevel(); + void RaiseScore(int); void RaiseScoreElement(int); void RequestQuitGame(boolean); void CreateGameButtons(); +void FreeGameButtons(); void UnmapGameButtons(); #endif