X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftape.h;h=d1b60330484758f17e7e3b680c03a9070132007b;hb=f1f15272242355ab7bc94028b4fa4b2e0f8152b5;hp=6a5107cb5a849fecd6d4c55ffab3804fd4dc0495;hpb=61c3da024802ecc0268bab42d7499fc0346e4fd3;p=rocksndiamonds.git diff --git a/src/tape.h b/src/tape.h index 6a5107cb..d1b60330 100644 --- a/src/tape.h +++ b/src/tape.h @@ -1,15 +1,13 @@ -/*********************************************************** -* Rocks'n'Diamonds -- McDuffin Strikes Back! * -*----------------------------------------------------------* -* (c) 1995-2006 Artsoft Entertainment * -* Holger Schemel * -* Detmolder Strasse 189 * -* 33604 Bielefeld * -* Germany * -* e-mail: info@artsoft.org * -*----------------------------------------------------------* -* tape.h * -***********************************************************/ +// ============================================================================ +// Rocks'n'Diamonds - McDuffin Strikes Back! +// ---------------------------------------------------------------------------- +// (c) 1995-2014 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// http://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// tape.h +// ============================================================================ #ifndef TAPE_H #define TAPE_H @@ -135,7 +133,16 @@ struct TapeLabelInfo struct TapeTextInfo { struct TextPosInfo date; + struct TextPosInfo date_yyyy; + struct TextPosInfo date_yy; + struct TextPosInfo date_mmm; + struct TextPosInfo date_mm; + struct TextPosInfo date_dd; + struct TextPosInfo time; + struct TextPosInfo time_hh; + struct TextPosInfo time_mm; + struct TextPosInfo time_ss; }; struct TapeInfo @@ -178,6 +185,8 @@ struct TapeInfo struct TapeLabelInfo label; struct TapeTextInfo text; + boolean show_game_buttons; /* show game buttons in tape viewport */ + boolean no_valid_file; /* set when tape file missing or invalid */ };