fixed sound for charging level time (energy) for MM engine
[rocksndiamonds.git] / src / game_mm / export.h
index ba805a2a47b5553cfcfbcb43fd8007b16e722e4b..1ea220b43c492cf92d8062f19f4ad301c113edfd 100644 (file)
@@ -50,6 +50,9 @@
 #define EL_MM_EMPTY_NATIVE             0
 #define EL_DF_EMPTY_NATIVE             304
 
+/* sounds */
+#define SND_MM_GAME_LEVELTIME_CHARGING 0
+
 
 /* ------------------------------------------------------------------------- */
 /* data structure definitions                                                */
@@ -200,7 +203,7 @@ extern void InitGfxBuffers_MM();
 
 extern void InitGameEngine_MM();
 extern void InitGameActions_MM();
-extern void GameActions_MM(byte *, boolean);
+extern void GameActions_MM(struct MouseActionInfo, boolean);
 
 extern void ClickElement(int, int, int);