renamed another preprocessor constant
[rocksndiamonds.git] / src / game_sp / main_sp.h
index 58693d8db95bbbb00f0a259b1d66605806fa9163..00aa5129fcbaba79313bf62313491c3cabfc99ea 100644 (file)
@@ -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_sp.h
+// ============================================================================
+
 #ifndef MAIN_SP_H
 #define MAIN_SP_H
 
 // external functions and definitions imported from main program to game_sp
 // ============================================================================
 
-#include "../engines.h"
-#include "../conf_gfx.h"
+#include "import_sp.h"
 
 
 // ============================================================================
 // functions and definitions that are exported from game_sp to main program
 // ============================================================================
 
-#include "export.h"
+#include "export_sp.h"
 
 
 // ============================================================================