Changeset 202 for trunk/xtactics.lpr


Ignore:
Timestamp:
May 17, 2018, 5:41:47 PM (6 years ago)
Author:
chronos
Message:
  • Modified: AI player related code moved to UClientAI unit. It is now extension of TClient class to simulate regular human client.
  • Modified: More work on client-server architecture.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xtactics.lpr

    r199 r202  
    1111  CoolTranslator, TemplateGenerics
    1212  { you can add units after this },
    13   SysUtils, UFormMain, CoolStreaming, UFormServer;
     13  SysUtils, UFormMain, CoolStreaming, UFormServer, UClientAI, UGameConnection;
    1414
    1515{$R *.res}
     
    3232  Application.CreateForm(TCore, Core);
    3333  Application.CreateForm(TFormMain, FormMain);
    34   Application.CreateForm(TFormServer, FormServer);
    3534  Application.Run;
    3635end.
Note: See TracChangeset for help on using the changeset viewer.