close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Changeset 179 for trunk/xtactics.lpr


Ignore:
Timestamp:
Feb 6, 2018, 3:47:23 PM (6 years ago)
Author:
chronos
Message:
  • Added: A preparation for gameplay over network.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xtactics.lpr

    r174 r179  
    1111  CoolTranslator, TemplateGenerics, UFormPlayer
    1212  { you can add units after this },
    13   SysUtils, UFormMain, UFormMove, UFormNew, UFormCharts, UFormUnitMoves;
     13  SysUtils, UFormMain, UFormMove, UFormNew, UFormCharts, UFormUnitMoves,
     14  UFormChat, UGameSocket, UTCP;
    1415
    1516{$R *.res}
     
    3233  Application.CreateForm(TCore, Core);
    3334  Application.CreateForm(TFormMain, FormMain);
    34   Application.CreateForm(TFormNew, FormNew);
    3535  Application.CreateForm(TFormMove, FormMove);
    3636  Application.CreateForm(TFormPlayer, FormPlayer);
Note: See TracChangeset for help on using the changeset viewer.