rnd-19990124-1
[rocksndiamonds.git] / src / game.h
index 6f698b64a52c000de2834afa0040145796f2f580..8e33f098209ecf14cde3865631260073dd779173 100644 (file)
@@ -78,4 +78,7 @@ void PlaySoundLevel(int, int, int);
 void RaiseScore(int);
 void RaiseScoreElement(int);
 
+void CreateGameButtons();
+void UnmapGameButtons();
+
 #endif