added support for sound configuration parameters (not used yet)
[rocksndiamonds.git] / src / game_sp / main_sp.h
index 58693d8db95bbbb00f0a259b1d66605806fa9163..11d973a49fac96b3d99a4528c8003be8587f28d1 100644 (file)
@@ -5,15 +5,14 @@
 // 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"
 
 
 // ============================================================================