Changeset 128 for trunk/xtactics.lpr
- Timestamp:
- Jun 17, 2017, 5:55:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xtactics.lpr
r115 r128 8 8 {$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UGame, UCore, Common, CoolTranslator, TemplateGenerics,11 UFormPlayer10 Forms, tachartlazaruspkg, UGame, UCore, Common, CoolTranslator, 11 TemplateGenerics, UFormPlayer 12 12 { you can add units after this }, 13 13 SysUtils, UFormSettings, UFormMain, UFormMove, UFormNew, UFormAbout, 14 UFormHelp, UMap ;14 UFormHelp, UMap, UFormCharts; 15 15 16 16 {$R *.res} … … 37 37 Application.CreateForm(TFormPlayer, FormPlayer); 38 38 Application.CreateForm(TFormSettings, FormSettings); 39 Application.CreateForm(TFormCharts, FormCharts); 39 40 Application.Run; 40 41 end.
Note:
See TracChangeset
for help on using the changeset viewer.