X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_mm%2Fexport.h;h=1ea220b43c492cf92d8062f19f4ad301c113edfd;hp=ba805a2a47b5553cfcfbcb43fd8007b16e722e4b;hb=457e98ec0803cd9005a522018e7c255454d1e915;hpb=113a9a0fdeb78daec8c23413359763ef362a58d2 diff --git a/src/game_mm/export.h b/src/game_mm/export.h index ba805a2a..1ea220b4 100644 --- a/src/game_mm/export.h +++ b/src/game_mm/export.h @@ -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);