Changeset 12 for trunk/xtactics.lpr


Ignore:
Timestamp:
Feb 18, 2014, 8:47:40 PM (11 years ago)
Author:
chronos
Message:
  • Added: Form where move parameters can be adjusted.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xtactics.lpr

    r6 r12  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UGame, UFormNew
     10  Forms, UFormMain, UGame, UFormNew, UFormMove
    1111  { you can add units after this };
    1212
     
    1818  Application.CreateForm(TFormMain, FormMain);
    1919  Application.CreateForm(TFormNew, FormNew);
     20  Application.CreateForm(TFormMove, FormMove);
    2021  Application.Run;
    2122end.
Note: See TracChangeset for help on using the changeset viewer.