X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fimport_bd.h;h=75e801c00d6115a2db6eef52eef2b01406da33fc;hb=75b1504db75bdf33cf6bfc8cd30145805ab66a2d;hp=199492ce01b643a888fbb4b4c472b95bb3987e75;hpb=d12a9f8a999a1dd99737bb501d577813188ab268;p=rocksndiamonds.git diff --git a/src/game_bd/import_bd.h b/src/game_bd/import_bd.h index 199492ce..75e801c0 100644 --- a/src/game_bd/import_bd.h +++ b/src/game_bd/import_bd.h @@ -27,6 +27,7 @@ // ---------------------------------------------------------------------------- void InitGraphicInfo_BD(void); +boolean CheckSingleStepMode_BD(boolean, boolean, boolean); void PlayLevelSound_BD(int, int, int, int); void StopSound_BD(int, int); @@ -38,4 +39,6 @@ byte *TapePlayAction_BD(void); byte *TapeCorrectAction_BD(byte *); boolean TapeIsPlaying_ReplayBD(void); +boolean isLevelEditorFastStart(void); + #endif // IMPORT_BD_H