X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fmain_mm.h;h=c964a86f7dbb5c97410cdb62d40e378ec0bfae3d;hb=4b979559210bd4da7da9d6c94643823748df23ae;hp=94ee023ebb4f83d894daec26654df925b8b441b1;hpb=0703af7954d64f643865647bfef8749cd01ab268;p=rocksndiamonds.git diff --git a/src/game_mm/main_mm.h b/src/game_mm/main_mm.h index 94ee023e..c964a86f 100644 --- a/src/game_mm/main_mm.h +++ b/src/game_mm/main_mm.h @@ -1,3 +1,14 @@ +// ============================================================================ +// Rocks'n'Diamonds - McDuffin Strikes Back! +// ---------------------------------------------------------------------------- +// (c) 1995-2024 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// https://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// main_mm.h +// ============================================================================ + #ifndef MAIN_MM_H #define MAIN_MM_H @@ -5,15 +16,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" // ============================================================================