Changeset 29 for trunk/xtactics.lpr


Ignore:
Timestamp:
Mar 3, 2014, 11:17:23 PM (10 years ago)
Author:
chronos
Message:
  • Added: Player customize dialog window.
  • Fixed: Rearm once set move count from predefined repeat move count.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xtactics.lpr

    r22 r29  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UGame, UFormNew, UFormMove, UCore
     10  Forms, UFormMain, UGame, UFormNew, UFormMove, UCore, UFormPlayer
    1111  { you can add units after this };
    1212
     
    2020  Application.CreateForm(TFormNew, FormNew);
    2121  Application.CreateForm(TFormMove, FormMove);
     22  Application.CreateForm(TFormPlayer, FormPlayer);
    2223  Application.Run;
    2324end.
Note: See TracChangeset for help on using the changeset viewer.