small text and comment changes
[rocksndiamonds.git] / src / game_sp / import_sp.h
index 4f8f30071d0558a2d7258c10c586f631fe456c02..1ade833309542f1ec0fe26ad9029e542982b0243 100644 (file)
 #ifndef IMPORT_SP_H
 #define IMPORT_SP_H
 
+// ============================================================================
+// functions and definitions imported from main program to game_sp
+// ============================================================================
+
 #include "../libgame/libgame.h"
 #include "../conf_gfx.h"
 #include "../game.h"
@@ -19,9 +23,9 @@
 #include "export_sp.h"
 
 
-// ============================================================================
-// functions and definitions exported from main program to game_sp
-// ============================================================================
+// ----------------------------------------------------------------------------
+// imported functions
+// ----------------------------------------------------------------------------
 
 void CheckSingleStepMode_SP(boolean, boolean);