X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=93e71fbca6e017e4728b6f18a33a01192c2e7c43;hb=4cd4b47d80c7ec1843018bcdf8a677622ed9c378;hp=3a66264e4f57df98a6648880d76ffeea90340573;hpb=2443a8a09966a9940e1420c91d24a297325c2a00;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 3a66264e..93e71fbc 100644 --- a/src/game.h +++ b/src/game.h @@ -30,6 +30,8 @@ #define SC_ZEITBONUS 10 void GetPlayerConfig(void); +void DrawGameDoorValues(void); +void InitGameEngine(); void InitGame(void); void InitMovDir(int, int); void InitAmoebaNr(int, int); @@ -89,10 +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 PlaySoundLevel(int, int, int); void RaiseScore(int); void RaiseScoreElement(int); -void RequestQuitGame(void); +void RequestQuitGame(boolean); void CreateGameButtons(); void UnmapGameButtons();