X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fengines.h;h=46cdbf4fee79fae60cdf394b8c4fd1485b3f55bc;hb=a99a1803e5097bc598b4c6f73259715da148ab27;hp=b04dbe05c8845ed3d02e6754c68a21c7ee0ab8b8;hpb=64e7c54dce6ea8c063f04198c64c5057d751c928;p=rocksndiamonds.git diff --git a/src/engines.h b/src/engines.h index b04dbe05..46cdbf4f 100644 --- a/src/engines.h +++ b/src/engines.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // engines.h // ============================================================================ @@ -25,11 +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); -int getGameFrameDelay_EM(int); +boolean isActivePlayer_EM(int); void PlayLevelSound_EM(int, int, int, int); void InitGraphicInfo_EM(void);