Moved some filename constants to records
This commit is contained in:
parent
46d767d999
commit
01c2ee5819
|
@ -49,6 +49,10 @@ Const
|
||||||
mysMaxMenuCmds = 75; // Maximum menu commands per menu
|
mysMaxMenuCmds = 75; // Maximum menu commands per menu
|
||||||
mysMaxThemeText = 485; // Total prompts in theme file
|
mysMaxThemeText = 485; // Total prompts in theme file
|
||||||
|
|
||||||
|
fn_SemFileEcho = 'echomail.now';
|
||||||
|
fn_SemFileNews = 'newsmail.now';
|
||||||
|
fn_SemFileNet = 'netmail.now';
|
||||||
|
|
||||||
Type
|
Type
|
||||||
SmallWord = System.Word;
|
SmallWord = System.Word;
|
||||||
Integer = SmallInt;
|
Integer = SmallInt;
|
||||||
|
|
Loading…
Reference in New Issue