rnd-20030128-1-src
[rocksndiamonds.git] / src / game.h
index 607e34e2bf97836b7d88d4a42db730b5141d861c..dfc4312fb59ef6144241219b4489f824bf89c58d 100644 (file)
@@ -91,11 +91,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