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);
33 extern int getNumActivePlayers_EM();
34 extern int getGameFrameDelay_EM(int);
36 extern void PlayLevelSound_EM(int, int, int, int);
37 extern void InitGraphicInfo_EM(void);
38 extern void CheckSingleStepMode_EM(byte action[], int, boolean, boolean);
40 void SetGfxAnimation_EM(struct GraphicInfo_EM *, int, int, int, int);
41 void getGraphicSourceObjectExt_EM(struct GraphicInfo_EM *, int, int, int, int);
42 void getGraphicSourcePlayerExt_EM(struct GraphicInfo_EM *, int, int, int);
45 /* ========================================================================= */
46 /* functions and definitions exported from main program to game_sp */
47 /* ========================================================================= */
50 extern void SetBitmaps_SP(Bitmap **);
53 void CheckSingleStepMode_SP(boolean, boolean);
55 void getGraphicSource_SP(struct GraphicInfo_SP *, int, int, int, int);
56 int getGraphicInfo_Delay(int);
57 boolean isNextAnimationFrame_SP(int, int);
60 #endif /* ENGINES_H */