Begin theme restructure

This commit is contained in:
mysticbbs 2012-02-27 17:12:31 -05:00
parent 414acf3479
commit 7d65434f36
1 changed files with 17 additions and 14 deletions

View File

@ -568,20 +568,23 @@ Type
ScriptPath : String[mysMaxPathSize]; ScriptPath : String[mysMaxPathSize];
TemplatePath : String[mysMaxPathSize]; TemplatePath : String[mysMaxPathSize];
Flags : LongInt; Flags : LongInt;
FieldCol1 : Byte; FieldColor1 : Byte;
FieldCol2 : Byte; FieldColor2 : Byte;
FieldChar : Char; FieldChar : Char;
EchoCh : Char; EchoChar : Char;
QuoteColor : Byte; QuoteColor : Byte;
TagCh : Char; TagChar : Char;
FileHi : Byte; FileDescHi : Byte;
FileLo : Byte; FileDescLo : Byte;
NewMsgChar : Char; NewMsgChar : Char;
VotingBar : RecPercent; VotingBar : RecPercent;
FileBar : RecPercent; FileBar : RecPercent;
MsgBar : RecPercent; MsgBar : RecPercent;
GalleryBar : RecPercent; GalleryBar : RecPercent;
HelpBar : RecPercent; HelpBar : RecPercent;
ViewerBar : RecPercent;
ThemeColor : Array['A'..'Z'] of Byte; //or 0..9 is this overkill?
// grep ++lang
End; End;
LangRec = Record { LANGUAGE.DAT } LangRec = Record { LANGUAGE.DAT }