X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fengines.h;h=8559dc55b043de334efe694ee0cdfc8cfc7124cc;hb=18f04ed2930c70cce6231148945cc24a1c662041;hp=de7a5491d4503d9e392e6540b5d2d4891859a79f;hpb=86e1890b2d87dd7710b320e2b306c7291d41e2a5;p=rocksndiamonds.git diff --git a/src/engines.h b/src/engines.h index de7a5491..8559dc55 100644 --- a/src/engines.h +++ b/src/engines.h @@ -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 DrawGameDoorValues_EM(int, int, 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);