X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fimport_sp.h;h=1ade833309542f1ec0fe26ad9029e542982b0243;hb=8921d90e18b6291cd3f8109da74b267fd1cc8d10;hp=4f8f30071d0558a2d7258c10c586f631fe456c02;hpb=d9cff0190a3b35f579cfedec53f305db17bd3b7c;p=rocksndiamonds.git diff --git a/src/game_sp/import_sp.h b/src/game_sp/import_sp.h index 4f8f3007..1ade8333 100644 --- a/src/game_sp/import_sp.h +++ b/src/game_sp/import_sp.h @@ -12,6 +12,10 @@ #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);