Changeset 33 for trunk/xtactics.lpr
- Timestamp:
- Mar 5, 2014, 12:01:04 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xtactics.lpr
r32 r33 8 8 {$ENDIF}{$ENDIF} 9 9 Interfaces, // this includes the LCL widgetset 10 Forms, UFormMain, UGame, UFormNew, UFormMove, UCore, UFormPlayer 10 Forms, UFormMain, UGame, UFormNew, UFormMove, UCore, CoolTranslator, 11 UFormPlayer 11 12 { you can add units after this }, 12 SysUtils ;13 SysUtils, UFormSettings; 13 14 14 15 {$R *.res} … … 34 35 Application.CreateForm(TFormMove, FormMove); 35 36 Application.CreateForm(TFormPlayer, FormPlayer); 37 Application.CreateForm(TFormSettings, FormSettings); 36 38 Application.Run; 37 39 end.
Note:
See TracChangeset
for help on using the changeset viewer.