added support for native sounds of Boulder Dash game engine
[rocksndiamonds.git] / src / game_bd / import_bd.h
index 64b256c0ddf5b234d808561c4b1685c4f8e908a8..cccee3a4ca1da720916fe669ecb009ca484e497f 100644 (file)
@@ -22,4 +22,8 @@
 // functions and definitions exported from main program to game_bd
 // ============================================================================
 
+void PlayLevelSound_BD(int, int, int, int);
+void StopSound_BD(int, int);
+boolean isSoundPlaying_BD(int, int);
+
 #endif // IMPORT_BD_H