rnd-20060802-1-src
[rocksndiamonds.git] / src / engines.h
index 54a54325554b85a25d51d99a062d35fc9f458e32..8559dc55b043de334efe694ee0cdfc8cfc7124cc 100644 (file)
 /* 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);