X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fengines.h;h=715edef3902d09b03fe2080ec2b589900407e5fb;hb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;hp=2194a7c9a06ba9138eb6b4ada3896267876158f8;hpb=49c6dea89a293093a952b991594980b469dd835a;p=rocksndiamonds.git diff --git a/src/engines.h b/src/engines.h index 2194a7c9..715edef3 100644 --- a/src/engines.h +++ b/src/engines.h @@ -1,7 +1,7 @@ /*********************************************************** * Artsoft Retro-Game Library * *----------------------------------------------------------* -* (c) 1994-2004 Artsoft Entertainment * +* (c) 1994-2006 Artsoft Entertainment * * Holger Schemel * * Detmolder Strasse 189 * * 33604 Bielefeld * @@ -15,18 +15,28 @@ #define ENGINES_H #include "libgame/libgame.h" +#include "game_em/export.h" +#include "game_sp/export.h" /* ========================================================================= */ /* functions and definitions exported from main program to game_em */ /* ========================================================================= */ +#include "game.h" + extern void SetBitmaps_EM(Bitmap **); extern void UpdateEngineValues(int, int); extern void DrawAllGameValues(int, int, int, int, int); + +extern int getNumActivePlayers_EM(); extern int getGameFrameDelay_EM(int); -extern int getCenteredPlayer_EM(); + extern void PlayLevelSound_EM(int, int, int, int); extern void InitGraphicInfo_EM(void); +void SetGfxAnimation_EM(struct GraphicInfo_EM *, int, int, int, int); +void getGraphicSourceObjectExt_EM(struct GraphicInfo_EM *, int, int, int, int); +void getGraphicSourcePlayerExt_EM(struct GraphicInfo_EM *, int, int, int); + #endif /* ENGINES_H */