Changeset 6 for trunk/xtactics.lpr


Ignore:
Timestamp:
Feb 9, 2014, 9:53:30 PM (11 years ago)
Author:
chronos
Message:
  • Added: New game parameters form.
  • Added: Preparaton for cell mouse selection.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xtactics.lpr

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