X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_mm%2Fexport.h;h=d92dcdb2f8cf2c5e09aa41fb35512152349023f3;hp=07417cee825c1930be9ec088cf685b6a5bc201b1;hb=55961e9ba1fe67292a41fdcca0056b43bf960a93;hpb=057a22e9dd34d456b1906ba0b89266ad78feb31a diff --git a/src/game_mm/export.h b/src/game_mm/export.h index 07417cee..d92dcdb2 100644 --- a/src/game_mm/export.h +++ b/src/game_mm/export.h @@ -50,6 +50,10 @@ #define EL_MM_EMPTY_NATIVE 0 #define EL_DF_EMPTY_NATIVE 304 +/* sounds */ +#define SND_MM_GAME_LEVELTIME_CHARGING 0 +#define SND_MM_GAME_HEALTH_CHARGING 1 + /* ------------------------------------------------------------------------- */ /* data structure definitions */ @@ -145,6 +149,8 @@ struct GameInfo_MM boolean cheat_no_overload; boolean cheat_no_explosion; + + int laser_overload_value; }; struct LevelInfo_MM @@ -197,8 +203,8 @@ void InitElementProperties_MM(); extern void InitGfxBuffers_MM(); extern void InitGameEngine_MM(); -extern void InitGameEngine_MM_AfterFadingIn(); -extern void GameActions_MM(byte *, boolean); +extern void InitGameActions_MM(); +extern void GameActions_MM(struct MouseActionInfo, boolean); extern void ClickElement(int, int, int);