X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=ffacbdddc1e96d1c0165d57fe892a7757a6d2395;hb=0d0e1a63d6b14109b64805bcb1a45ddf469ba35d;hp=93e71fbca6e017e4728b6f18a33a01192c2e7c43;hpb=4cd4b47d80c7ec1843018bcdf8a677622ed9c378;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 93e71fbc..ffacbddd 100644 --- a/src/game.h +++ b/src/game.h @@ -1,7 +1,7 @@ /*********************************************************** * Rocks'n'Diamonds -- McDuffin Strikes Back! * *----------------------------------------------------------* -* (c) 1995-2001 Artsoft Entertainment * +* (c) 1995-2002 Artsoft Entertainment * * Holger Schemel * * Detmolder Strasse 189 * * 33604 Bielefeld * @@ -31,12 +31,14 @@ void GetPlayerConfig(void); void DrawGameDoorValues(void); -void InitGameEngine(); +void InitGameSound(); void InitGame(void); void InitMovDir(int, int); void InitAmoebaNr(int, int); void GameWon(void); int NewHiScore(void); + +void InitPlayerGfxAnimation(struct PlayerInfo *, int, int); void InitMovingField(int, int, int); void Moving2Blocked(int, int, int *, int *); void Blocked2Moving(int, int, int *, int *); @@ -91,11 +93,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