X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=93e71fbca6e017e4728b6f18a33a01192c2e7c43;hb=4cd4b47d80c7ec1843018bcdf8a677622ed9c378;hp=081964f58922999c0ce824d7e1e9aaa4ea74b584;hpb=69e8efac8d856859c55237e085ff8b514ae1aa3c;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 081964f5..93e71fbc 100644 --- a/src/game.h +++ b/src/game.h @@ -31,6 +31,7 @@ void GetPlayerConfig(void); void DrawGameDoorValues(void); +void InitGameEngine(); void InitGame(void); void InitMovDir(int, int); void InitAmoebaNr(int, int); @@ -90,7 +91,6 @@ void RemoveHero(struct PlayerInfo *); int DigField(struct PlayerInfo *, int, int, int, int, int); boolean SnapField(struct PlayerInfo *, int, int); boolean PlaceBomb(struct PlayerInfo *); -void PlaySoundLevel(int, int, int); void RaiseScore(int); void RaiseScoreElement(int); void RequestQuitGame(boolean);