rnd-20030118-6-src
[rocksndiamonds.git] / src / game.h
index 93e71fbca6e017e4728b6f18a33a01192c2e7c43..57fd8a81186534c229d40face3f94df9b362469d 100644 (file)
@@ -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