1 // ============================================================================
2 // Rocks'n'Diamonds - McDuffin Strikes Back!
3 // ----------------------------------------------------------------------------
4 // (c) 1995-2024 by Artsoft Entertainment
7 // https://www.artsoft.org/
8 // ----------------------------------------------------------------------------
10 // ============================================================================
15 // ============================================================================
16 // functions and definitions imported from main program to game_sp
17 // ============================================================================
19 #include "../libgame/libgame.h"
20 #include "../conf_gfx.h"
23 #include "export_sp.h"
26 // ----------------------------------------------------------------------------
28 // ----------------------------------------------------------------------------
30 void CheckSingleStepMode_SP(boolean, boolean);
32 void getGraphicSource_SP(struct GraphicInfo_SP *, int, int);
33 int getGraphicInfo_Delay(int);
34 boolean isNextAnimationFrame_SP(int, int);