Changeset 202 for trunk/xtactics.lpr
- Timestamp:
- May 17, 2018, 5:41:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xtactics.lpr
r199 r202 11 11 CoolTranslator, TemplateGenerics 12 12 { you can add units after this }, 13 SysUtils, UFormMain, CoolStreaming, UFormServer ;13 SysUtils, UFormMain, CoolStreaming, UFormServer, UClientAI, UGameConnection; 14 14 15 15 {$R *.res} … … 32 32 Application.CreateForm(TCore, Core); 33 33 Application.CreateForm(TFormMain, FormMain); 34 Application.CreateForm(TFormServer, FormServer);35 34 Application.Run; 36 35 end.
Note:
See TracChangeset
for help on using the changeset viewer.