close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Changeset 43 for trunk/xtactics.lpr


Ignore:
Timestamp:
Mar 18, 2014, 9:15:07 AM (10 years ago)
Author:
chronos
Message:
  • Added: About form with information about application.
  • Added: Package Common.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xtactics.lpr

    r34 r43  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UGame, UCore, CoolTranslator,
     10  Forms, UGame, UCore, Common, CoolTranslator,
    1111  UFormPlayer
    1212  { you can add units after this },
    13   SysUtils, UFormSettings, UFormMain, UFormMove, UFormNew;
     13  SysUtils, UFormSettings, UFormMain, UFormMove, UFormNew, UFormAbout;
    1414
    1515{$R *.res}
     
    3636  Application.CreateForm(TFormPlayer, FormPlayer);
    3737  Application.CreateForm(TFormSettings, FormSettings);
     38  Application.CreateForm(TFormAbout, FormAbout);
    3839  Application.Run;
    3940end.
Note: See TracChangeset for help on using the changeset viewer.