X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fexport.h;h=1d063969510dadd2c37382dd25e1875d9ef50b76;hb=HEAD;hp=184ce216cbbba739aac087e1e672cb05a4c44109;hpb=34b1ec9d816877389df293fb4f9ec10cc2a43729;p=rocksndiamonds.git diff --git a/src/game_mm/export.h b/src/game_mm/export.h index 184ce216..1d063969 100644 --- a/src/game_mm/export.h +++ b/src/game_mm/export.h @@ -43,7 +43,7 @@ #define EL_MM_END_2_NATIVE 430 #define EL_MM_START_3_NATIVE 431 -#define EL_MM_END_3_NATIVE 446 +#define EL_MM_END_3_NATIVE 450 #define EL_MM_RUNTIME_START_NATIVE 500 #define EL_MM_RUNTIME_END_NATIVE 504 @@ -238,7 +238,7 @@ void InitGameActions_MM(void); void GameActions_MM(struct MouseActionInfo); void DrawLaser_MM(void); -void DrawTileCursor_MM(int, boolean); +void DrawTileCursor_MM(int, int, boolean); boolean ClickElement(int, int, int);