X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmain_mm.h;h=08d4bf6c771fe84ad8194f0afd9da1a282699795;hb=b6659e15c47b5f66e7db42af93080dda213a9605;hp=27cec727328058423aa391aeb378faa2b492d908;hpb=51e5ca986149d2d21194287f11ca3a8f8c05d84e;p=rocksndiamonds.git diff --git a/src/game_mm/main_mm.h b/src/game_mm/main_mm.h index 27cec727..08d4bf6c 100644 --- a/src/game_mm/main_mm.h +++ b/src/game_mm/main_mm.h @@ -5,15 +5,14 @@ // external functions and definitions imported from main program to game_mm // ============================================================================ -#include "../engines.h" -#include "../conf_gfx.h" +#include "import_mm.h" // ============================================================================ // functions and definitions that are exported from game_mm to main program // ============================================================================ -#include "export.h" +#include "export_mm.h" // ============================================================================ @@ -35,6 +34,10 @@ extern int TILESIZE_VAR; #define TILEX_VAR TILESIZE_VAR #define TILEY_VAR TILESIZE_VAR +#define MINI_TILESIZE (TILESIZE / 2) +#define MINI_TILEX (TILEX / 2) +#define MINI_TILEY (TILEY / 2) + extern int SCR_FIELDX, SCR_FIELDY; #define MAX_BUF_XSIZE SCR_FIELDX