X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fengines.h;h=ab6c38fd033edef5ab8c3ee2dcc5b8e6e40da192;hp=d1181edb375496a38b51eda8556cf59830c4a660;hb=567cfcb396e3fc031a25362b747dd0a5a096b4ec;hpb=3ff2e8a0b5c27b99a9920bdf5ed82bc41bf40181 diff --git a/src/engines.h b/src/engines.h index d1181edb..ab6c38fd 100644 --- a/src/engines.h +++ b/src/engines.h @@ -25,14 +25,15 @@ /* ========================================================================= */ extern void SetBitmaps_EM(Bitmap **); -extern void UpdateEngineValues(int, int); +extern void UpdateEngineValues(int, int, int, int); extern boolean getTeamMode_EM(); extern int getGameFrameDelay_EM(int); extern void PlayLevelSound_EM(int, int, int, int); extern void InitGraphicInfo_EM(void); -extern void CheckSingleStepMode_EM(byte action[], int, boolean, boolean); +extern void CheckSingleStepMode_EM(byte action[], int, + boolean, boolean, boolean); void SetGfxAnimation_EM(struct GraphicInfo_EM *, int, int, int, int); void getGraphicSourceObjectExt_EM(struct GraphicInfo_EM *, int, int, int, int);