added single step support for BD engine
[rocksndiamonds.git] / src / game_bd / import_bd.h
index 3104c99b15b11506609ceabdcf8fe8bd22509c4e..75e801c00d6115a2db6eef52eef2b01406da33fc 100644 (file)
@@ -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,6 +39,6 @@ byte *TapePlayAction_BD(void);
 byte *TapeCorrectAction_BD(byte *);
 boolean TapeIsPlaying_ReplayBD(void);
 
-char *getCurrentLevelsetName(void);
+boolean isLevelEditorFastStart(void);
 
 #endif // IMPORT_BD_H