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"
20 /* ========================================================================= */
21 /* functions and definitions exported from main program to game_em */
22 /* ========================================================================= */
26 extern void SetBitmaps_EM(Bitmap **);
27 extern void UpdateEngineValues(int, int);
28 extern void DrawAllGameValues(int, int, int, int, int);
30 extern int getNumActivePlayers_EM();
31 extern int getGameFrameDelay_EM(int);
33 extern void PlayLevelSound_EM(int, int, int, int);
34 extern void InitGraphicInfo_EM(void);
36 #endif /* ENGINES_H */