X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=dfc4312fb59ef6144241219b4489f824bf89c58d;hb=fa9c72bb286c8e5e5095e666dbf85981ad3a8ea2;hp=57fd8a81186534c229d40face3f94df9b362469d;hpb=3683bbbe90156d2a9ab32de08099e094a446e5f8;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 57fd8a81..dfc4312f 100644 --- a/src/game.h +++ b/src/game.h @@ -91,6 +91,9 @@ 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);