moved headers to game engine specific import files
[rocksndiamonds.git] / src / game_mm / main_mm.h
index 94ee023ebb4f83d894daec26654df925b8b441b1..08d4bf6c771fe84ad8194f0afd9da1a282699795 100644 (file)
@@ -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"
 
 
 // ============================================================================