X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fengines.h;h=156a639882e4b9dbe7e38cd65ae548d33f05c654;hb=93926b59ca45db5bb31f63e08d7ee729745e0306;hp=8559dc55b043de334efe694ee0cdfc8cfc7124cc;hpb=1fcb3ddbb8404effdcfa5ebbd53d3ff5009260f6;p=rocksndiamonds.git diff --git a/src/engines.h b/src/engines.h index 8559dc55..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,6 +15,7 @@ #define ENGINES_H #include "libgame/libgame.h" +#include "game_em/export.h" /* ========================================================================= */ @@ -33,4 +34,8 @@ extern int getGameFrameDelay_EM(int); 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 */