Changeset 44 for trunk/tunneler.lpr
- Timestamp:
- Apr 19, 2019, 12:02:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tunneler.lpr
r41 r44 6 6 {$DEFINE UseCThreads} 7 7 {$IFDEF UNIX}{$IFDEF UseCThreads} 8 cthreads, 8 cthreads, clocale, 9 9 {$ENDIF}{$ENDIF} 10 10 Interfaces, // this includes the LCL widgetset 11 11 Forms, TemplateGenerics, CoolTranslator, UPlatform, FileUtil, SysUtils, 12 12 Common, 13 UNewGameForm, UMainForm, UMapForm, UGameResultForm 13 UNewGameForm, UMainForm, UMapForm, UGameResultForm, UCore 14 14 { you can add units after this }; 15 15 … … 30 30 Application.Scaled:=True; 31 31 Application.Initialize; 32 Application.CreateForm(TCore, Core); 32 33 Application.CreateForm(TMainForm, MainForm); 33 34 Application.CreateForm(TMapForm, MapForm);
Note:
See TracChangeset
for help on using the changeset viewer.