Changeset 33 for trunk/xtactics.lpr


Ignore:
Timestamp:
Mar 5, 2014, 12:01:04 AM (11 years ago)
Author:
chronos
Message:
  • Added: Main application settings form.
  • Added: CoolTranslator component for interface localization.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xtactics.lpr

    r32 r33  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UGame, UFormNew, UFormMove, UCore, UFormPlayer
     10  Forms, UFormMain, UGame, UFormNew, UFormMove, UCore, CoolTranslator,
     11  UFormPlayer
    1112  { you can add units after this },
    12   SysUtils;
     13  SysUtils, UFormSettings;
    1314
    1415{$R *.res}
     
    3435  Application.CreateForm(TFormMove, FormMove);
    3536  Application.CreateForm(TFormPlayer, FormPlayer);
     37  Application.CreateForm(TFormSettings, FormSettings);
    3638  Application.Run;
    3739end.
Note: See TracChangeset for help on using the changeset viewer.