X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=57fd8a81186534c229d40face3f94df9b362469d;hb=ee0895b12e544444db37febb1242bcc8a72d6ad8;hp=93e71fbca6e017e4728b6f18a33a01192c2e7c43;hpb=4cd4b47d80c7ec1843018bcdf8a677622ed9c378;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 93e71fbc..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 * @@ -31,7 +31,7 @@ void GetPlayerConfig(void); void DrawGameDoorValues(void); -void InitGameEngine(); +void InitGameSound(); void InitGame(void); void InitMovDir(int, int); void InitAmoebaNr(int, int); @@ -96,6 +96,7 @@ void RaiseScoreElement(int); void RequestQuitGame(boolean); void CreateGameButtons(); +void FreeGameButtons(); void UnmapGameButtons(); #endif