Changeset 21 for trunk/tunneler.lpr
- Timestamp:
- Sep 27, 2011, 11:01:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tunneler.lpr
r19 r21 9 9 {$ENDIF}{$ENDIF} 10 10 Interfaces, // this includes the LCL widgetset 11 Forms, UMainForm, UCore, TemplateGenerics, UMapForm, UPlatform, 12 UApplicationInfo, URectangle, UPersistentForm, URegistry, UThreading 11 Forms, UCore, TemplateGenerics, CoolTranslator, UPlatform, 12 UApplicationInfo, URectangle, UPersistentForm, URegistry, UThreading, 13 UNewGameForm, UMainForm, UMapForm 13 14 { you can add units after this }; 14 15 … … 19 20 Application.CreateForm(TMainForm, MainForm); 20 21 Application.CreateForm(TMapForm, MapForm); 22 Application.CreateForm(TNewGameForm, NewGameForm); 21 23 Application.Run; 22 24 end.
Note:
See TracChangeset
for help on using the changeset viewer.