Moved in Sauce info
This commit is contained in:
parent
52c6888792
commit
aa84d434e8
|
@ -83,6 +83,12 @@ Type
|
||||||
Point : Word;
|
Point : Word;
|
||||||
End;
|
End;
|
||||||
|
|
||||||
|
RecSauceInfo = Packed Record
|
||||||
|
Title : String[35];
|
||||||
|
Author : String[20];
|
||||||
|
Group : String[20];
|
||||||
|
End;
|
||||||
|
|
||||||
RecUserOptionalField = Record
|
RecUserOptionalField = Record
|
||||||
Ask : Boolean;
|
Ask : Boolean;
|
||||||
Desc : String[12];
|
Desc : String[12];
|
||||||
|
|
Loading…
Reference in New Issue