X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fmain_sp.h;h=00aa5129fcbaba79313bf62313491c3cabfc99ea;hb=50e762bca8b7cbca1d0a12674b559e81a4f2c3f9;hp=8e31403abf22007f6544522dc10ebc9a6a115ac4;hpb=727a0d14dd73f3aaf539c6e3e2efc67c3d2b71e8;p=rocksndiamonds.git diff --git a/src/game_sp/main_sp.h b/src/game_sp/main_sp.h index 8e31403a..00aa5129 100644 --- a/src/game_sp/main_sp.h +++ b/src/game_sp/main_sp.h @@ -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 @@ -5,8 +16,7 @@ // external functions and definitions imported from main program to game_sp // ============================================================================ -#include "../engines.h" -#include "../conf_gfx.h" +#include "import_sp.h" // ============================================================================