X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fexport.h;h=b555511bd80b03181cdba1abe55b8a3f015ece04;hb=c8a37b9f322721dfb11b931de4263e1c09f6341f;hp=11ee725812ad71272b5b37bfe2f738f08c22a2f0;hpb=7b34743564e27c65b4d9c1ef55c3b12f6cf8a94a;p=rocksndiamonds.git diff --git a/src/game_mm/export.h b/src/game_mm/export.h index 11ee7258..b555511b 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 @@ -252,6 +252,10 @@ void SaveNativeLevel_MM(char *); int getFieldbufferOffsetX_MM(void); int getFieldbufferOffsetY_MM(void); +int getFlippedTileX_MM(int); +int getFlippedTileY_MM(int); +int getFlippedTileXY_MM(int); + void BlitScreenToBitmap_MM(Bitmap *); void RedrawPlayfield_MM(void);