1 /***********************************************************
2 * Artsoft Retro-Game Library *
3 *----------------------------------------------------------*
4 * (c) 1994-2006 Artsoft Entertainment *
6 * Detmolder Strasse 189 *
9 * e-mail: info@artsoft.org *
10 *----------------------------------------------------------*
12 ***********************************************************/
17 #include "libgame/libgame.h"
19 #include "game_em/export.h"
20 #include "game_sp/export.h"
25 /* ========================================================================= */
26 /* functions and definitions exported from main program to game_em */
27 /* ========================================================================= */
29 extern void SetBitmaps_EM(Bitmap **);
30 extern void UpdateEngineValues(int, int);
31 extern void DrawAllGameValues(int, int, int, int, int);
34 extern boolean getTeamMode_EM();
36 extern int getNumActivePlayers_EM();
38 extern int getGameFrameDelay_EM(int);
40 extern void PlayLevelSound_EM(int, int, int, int);
41 extern void InitGraphicInfo_EM(void);
42 extern void CheckSingleStepMode_EM(byte action[], int, boolean, boolean);
44 void SetGfxAnimation_EM(struct GraphicInfo_EM *, int, int, int, int);
45 void getGraphicSourceObjectExt_EM(struct GraphicInfo_EM *, int, int, int, int);
46 void getGraphicSourcePlayerExt_EM(struct GraphicInfo_EM *, int, int, int);
49 /* ========================================================================= */
50 /* functions and definitions exported from main program to game_sp */
51 /* ========================================================================= */
54 extern void SetBitmaps_SP(Bitmap **);
57 void CheckSingleStepMode_SP(boolean, boolean);
59 void getGraphicSource_SP(struct GraphicInfo_SP *, int, int, int, int);
60 int getGraphicInfo_Delay(int);
61 boolean isNextAnimationFrame_SP(int, int);
64 #endif /* ENGINES_H */