added some comments
[rocksndiamonds.git] / src / game_em / main_em.h
index 84d5509ba327bcfcf02dd9719c7aadaeee9d80e5..350bc38be584a5b444bc7c59fdc1c3592fe8f172 100644 (file)
@@ -5,14 +5,14 @@
 // external functions and definitions imported from main program to game_em
 // ============================================================================
 
-#include "../engines.h"
+#include "import_em.h"
 
 
 // ============================================================================
 // functions and definitions that are exported from game_em to main program
 // ============================================================================
 
-#include "export.h"
+#include "export_em.h"
 
 
 // ============================================================================