X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fengines.h;h=6a6dd4a73b9bd1cca0ca7c6dc62a4807597d2c77;hb=a2057f4ad5859fea07c4a03cd41a69553ae9fd29;hp=f59217b64ef53ef555fb50e7adf6f17704b14a10;hpb=a68937ac635c0225da51c55ec843a877b9dfbf12;p=rocksndiamonds.git diff --git a/src/engines.h b/src/engines.h index f59217b6..6a6dd4a7 100644 --- a/src/engines.h +++ b/src/engines.h @@ -25,10 +25,11 @@ // 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);