finished configurability of tape date and time display positions
[rocksndiamonds.git] / src / tape.h
index 0e6d11d880404fb244a792bc8c1bd6a98c7153d5..6b536fb1901baa68dedefdf1bbc649301c1328cc 100644 (file)
@@ -133,7 +133,16 @@ struct TapeLabelInfo
 struct TapeTextInfo
 {
   struct TextPosInfo date;
+  struct TextPosInfo date_yyyy;
+  struct TextPosInfo date_yy;
+  struct TextPosInfo date_mon;
+  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