Changeset 73 for trunk/tunneler.lpr
- Timestamp:
- Mar 26, 2024, 6:13:44 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tunneler.lpr
r70 r73 8 8 {$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, TemplateGenerics, UPlatform, FileUtil, SysUtils, Common, UFormNewGame,11 UFormMain, UFormMap, UFormGameResult, UCore, UWorld, UMatter, UFastPixel,12 USound, AsyncProcess210 Forms, TemplateGenerics, Platform, FileUtil, SysUtils, Common, FormNewGame, 11 FormMain, FormMap, FormGameResult, Core, World, Matter, FastPixel, 12 Sound, AsyncProcess2 13 13 { you can add units after this }; 14 14 … … 30 30 Application.Scaled:=True; 31 31 Application.Initialize; 32 Application.CreateForm(TCore, Core );33 Application.CreateForm(TFormMain, FormMain );32 Application.CreateForm(TCore, Core.Core); 33 Application.CreateForm(TFormMain, FormMain.FormMain); 34 34 {$IFDEF DEBUG} 35 35 {$ENDIF}
Note:
See TracChangeset
for help on using the changeset viewer.