Changeset 22 for trunk/xtactics.lpr


Ignore:
Timestamp:
Mar 1, 2014, 5:56:14 PM (10 years ago)
Author:
chronos
Message:
  • Added: New Core unit which is responsible for non-visual functionality. FormMain will handle main form related stuff.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xtactics.lpr

    r12 r22  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UGame, UFormNew, UFormMove
     10  Forms, UFormMain, UGame, UFormNew, UFormMove, UCore
    1111  { you can add units after this };
    1212
     
    1616  RequireDerivedFormResource := True;
    1717  Application.Initialize;
     18  Application.CreateForm(TCore, Core);
    1819  Application.CreateForm(TFormMain, FormMain);
    1920  Application.CreateForm(TFormNew, FormNew);
Note: See TracChangeset for help on using the changeset viewer.