X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fengines.h;h=4f894e926880cbf2646f359dc095add5367669ec;hb=7f77c2e8dcb7ad575fcaf89512f4f616846c8b41;hp=54a54325554b85a25d51d99a062d35fc9f458e32;hpb=2d235297197dd0c325184f7fc401d9c5c41c2616;p=rocksndiamonds.git diff --git a/src/engines.h b/src/engines.h index 54a54325..4f894e92 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 * @@ -21,10 +21,15 @@ /* 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 void PlayLevelSound_EM(int, int, int, int); extern void InitGraphicInfo_EM(void);