X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=57fd8a81186534c229d40face3f94df9b362469d;hb=ee0895b12e544444db37febb1242bcc8a72d6ad8;hp=3a66264e4f57df98a6648880d76ffeea90340573;hpb=2443a8a09966a9940e1420c91d24a297325c2a00;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 3a66264e..57fd8a81 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 * @@ -30,6 +30,8 @@ #define SC_ZEITBONUS 10 void GetPlayerConfig(void); +void DrawGameDoorValues(void); +void InitGameSound(); void InitGame(void); void InitMovDir(int, int); void InitAmoebaNr(int, int); @@ -89,12 +91,12 @@ 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 FreeGameButtons(); void UnmapGameButtons(); #endif