Changeset 181 for trunk/xtactics.lpr
- Timestamp:
- Feb 9, 2018, 9:41:25 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xtactics.lpr
r180 r181 12 12 { you can add units after this }, 13 13 SysUtils, UFormMain, UFormMove, UFormNew, UFormCharts, UFormUnitMoves, 14 UFormChat, UGameSocket, UTCP, UServerList ;14 UFormChat, UGameSocket, UTCP, UServerList, UFormPlayersStats; 15 15 16 16 {$R *.res} … … 35 35 Application.CreateForm(TFormMove, FormMove); 36 36 Application.CreateForm(TFormPlayer, FormPlayer); 37 Application.CreateForm(TFormCharts, FormCharts);38 Application.CreateForm(TFormUnitMoves, FormUnitMoves);39 37 Application.Run; 40 38 end.
Note:
See TracChangeset
for help on using the changeset viewer.