Moved some filename constants to records

This commit is contained in:
mysticbbs 2012-06-18 02:48:00 -04:00
parent 46d767d999
commit 01c2ee5819
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ Const
mysMaxMenuCmds = 75; // Maximum menu commands per menu
mysMaxThemeText = 485; // Total prompts in theme file
fn_SemFileEcho = 'echomail.now';
fn_SemFileNews = 'newsmail.now';
fn_SemFileNet = 'netmail.now';
Type
SmallWord = System.Word;
Integer = SmallInt;