X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fmain_sp.h;h=00aa5129fcbaba79313bf62313491c3cabfc99ea;hb=3cc39ea8d14723117f2d804a9f05c2290696d33c;hp=2eee6ef6c7df755d7d44679d9176524ea24d2f82;hpb=64e7c54dce6ea8c063f04198c64c5057d751c928;p=rocksndiamonds.git diff --git a/src/game_sp/main_sp.h b/src/game_sp/main_sp.h index 2eee6ef6..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,15 +16,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" // ============================================================================ @@ -70,7 +80,7 @@ extern Bitmap *bitmap_db_field_sp; extern int GfxElementLast[SP_MAX_PLAYFIELD_WIDTH][SP_MAX_PLAYFIELD_HEIGHT]; extern int GfxGraphicLast[SP_MAX_PLAYFIELD_WIDTH][SP_MAX_PLAYFIELD_HEIGHT]; extern int GfxGraphic[SP_MAX_PLAYFIELD_WIDTH][SP_MAX_PLAYFIELD_HEIGHT]; -extern int GfxFrame[SP_MAX_PLAYFIELD_WIDTH][SP_MAX_PLAYFIELD_HEIGHT]; +extern int GfxFrameSP[SP_MAX_PLAYFIELD_WIDTH][SP_MAX_PLAYFIELD_HEIGHT]; // ----------------------------------------------------------------------------