Changeset 111 for trunk/Integrated.lpr
- Timestamp:
- Feb 2, 2018, 4:40:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Integrated.lpr
r64 r111 4 4 uses 5 5 Forms, Interfaces, SysUtils, 6 StringTables in 'StringTables.pas',7 Directories in 'Directories.pas',8 6 Protocol in 'Protocol.pas', 9 7 CmdList in 'CmdList.pas', … … 13 11 UnitProcessing in 'UnitProcessing.pas', 14 12 Direct in 'Direct.pas' {DirectDlg} , 15 ScreenTools in 'ScreenTools.pas',16 13 Start in 'Start.pas' {StartDlg} , 17 14 Messg in 'Messg.pas' {MessgDlg} , … … 40 37 Enhance in 'LocalPlayer\Enhance.pas' {EnhanceDlg} , 41 38 NoTerm in 'NoTerm.pas' {NoTermDlg} , 42 Sound in 'Sound.pas' {SoundPlayer} ,43 39 Battle in 'LocalPlayer\Battle.pas' {BattleDlg} , 44 40 Rates in 'LocalPlayer\Rates.pas' {RatesDlg} , 45 TechTree in 'LocalPlayer\TechTree.pas' {TechTreeDlg}; 41 TechTree in 'LocalPlayer\TechTree.pas' {TechTreeDlg}, 42 ScreenTools, Directories; 46 43 47 44 {$R cevo.res} … … 64 61 Application.Initialize; 65 62 Application.Title := 'c-evo'; 63 Directories.InitUnit; 64 ScreenTools.UnitInit; 66 65 Application.CreateForm(TDirectDlg, DirectDlg); 67 66 Application.CreateForm(TStartDlg, StartDlg); … … 71 70 Application.CreateForm(TLogDlg, LogDlg); 72 71 Application.Run; 73 72 ScreenTools.UnitDone; 74 73 end.
Note:
See TracChangeset
for help on using the changeset viewer.