rnd-20090623-1-src
[rocksndiamonds.git] / src / engines.h
index d01e5fa4102557318d040fad391ed7649e5c91fb..715edef3902d09b03fe2080ec2b589900407e5fb 100644 (file)
@@ -15,6 +15,8 @@
 #define ENGINES_H
 
 #include "libgame/libgame.h"
+#include "game_em/export.h"
+#include "game_sp/export.h"
 
 
 /* ========================================================================= */
@@ -33,6 +35,8 @@ extern int getGameFrameDelay_EM(int);
 extern void PlayLevelSound_EM(int, int, int, int);
 extern void InitGraphicInfo_EM(void);
 
-void getGraphicSourceExt_EM(int, int, int, Bitmap **, int *, int *);
+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 */