From aa84d434e8996f42a1ea466a26704e3acb3ca379 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sat, 16 Feb 2013 21:23:11 -0500 Subject: [PATCH] Moved in Sauce info --- mystic/records.pas | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mystic/records.pas b/mystic/records.pas index 45fd2c9..5a24f4a 100644 --- a/mystic/records.pas +++ b/mystic/records.pas @@ -83,6 +83,12 @@ Type Point : Word; End; + RecSauceInfo = Packed Record + Title : String[35]; + Author : String[20]; + Group : String[20]; + End; + RecUserOptionalField = Record Ask : Boolean; Desc : String[12];