added missing cave buffer offsets to robot wheel position
[rocksndiamonds.git] / src / engines.h
index f59217b64ef53ef555fb50e7adf6f17704b14a10..6a6dd4a73b9bd1cca0ca7c6dc62a4807597d2c77 100644 (file)
 // functions and definitions exported from main program to game_em
 // ============================================================================
 
-void SetBitmaps_EM(Bitmap **);
 void UpdateEngineValues(int, int, int, int);
 
+boolean swapTiles_EM(boolean);
 boolean getTeamMode_EM(void);
+boolean isActivePlayer_EM(int);
 
 void PlayLevelSound_EM(int, int, int, int);
 void InitGraphicInfo_EM(void);