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];