X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fengines.h;h=46cdbf4fee79fae60cdf394b8c4fd1485b3f55bc;hb=3107a4558d89655d39413a1fa3da127d4e8b2c1e;hp=bce3021715d77d8fdc907af876e3af33828c320d;hpb=8da08295743b5a375f8cabe26cc1d48249c89b42;p=rocksndiamonds.git diff --git a/src/engines.h b/src/engines.h index bce30217..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 // ============================================================================ @@ -27,7 +27,9 @@ 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);