X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.h;fp=src%2Ftape.h;h=cfd67be2427e35f26f89462ef526f10dc632c652;hb=f7d2fb71a0968d07a7f425ab864fa6befef5dcf3;hp=8b375edec55db00f69df8cb5aef264c5e70916e3;hpb=5bb4dba95d27f31aaa4a060c0efef70c671ebd7e;p=rocksndiamonds.git diff --git a/src/tape.h b/src/tape.h index 8b375ede..cfd67be2 100644 --- a/src/tape.h +++ b/src/tape.h @@ -223,6 +223,9 @@ struct TapeInfo // bits to indicate which tape properties are stored in this tape byte property_bits; + // special game_engine_flags; + boolean bd_replay; + // visible playfield size when recording this tape (for team mode) int scr_fieldx; int scr_fieldy; @@ -251,6 +254,7 @@ void DrawCompleteVideoDisplay(void); void TapeDeactivateDisplayOn(void); void TapeDeactivateDisplayOff(boolean); +void TapeSetDateFromIsoDateString(char *); void TapeSetDateFromEpochSeconds(time_t); void TapeSetDateFromNow(void);