X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fengines.h;h=156a639882e4b9dbe7e38cd65ae548d33f05c654;hb=9973503db7520dec9ef97986c317ffeafb273cf2;hp=f89767c644f18701548fe9f45ee9ab6cc07a12a3;hpb=d9b86b7b2ebe0b2be3926656c3bbdcd060ee5811;p=rocksndiamonds.git diff --git a/src/engines.h b/src/engines.h index f89767c6..156a6398 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,21 +15,27 @@ #define ENGINES_H #include "libgame/libgame.h" +#include "game_em/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 getCenteredPlayerNr_EM(); -extern int getActivePlayers_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 */