X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=dfc4312fb59ef6144241219b4489f824bf89c58d;hb=10bf4c7e6d0d2303a979c366227d71bef6e31131;hp=57fd8a81186534c229d40face3f94df9b362469d;hpb=3fd727f8ab7628eaab0be7de31658d7d468d6c8d;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);