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

Changeset 128 for trunk/xtactics.lpr


Ignore:
Timestamp:
Jun 17, 2017, 5:55:16 PM (7 years ago)
Author:
chronos
Message:
  • Added: Graph window can be shown from menu which presents development of various statistic values during game turns.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xtactics.lpr

    r115 r128  
    88  {$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UGame, UCore, Common, CoolTranslator, TemplateGenerics,
    11   UFormPlayer
     10  Forms, tachartlazaruspkg, UGame, UCore, Common, CoolTranslator,
     11  TemplateGenerics, UFormPlayer
    1212  { you can add units after this },
    1313  SysUtils, UFormSettings, UFormMain, UFormMove, UFormNew, UFormAbout,
    14   UFormHelp, UMap;
     14  UFormHelp, UMap, UFormCharts;
    1515
    1616{$R *.res}
     
    3737  Application.CreateForm(TFormPlayer, FormPlayer);
    3838  Application.CreateForm(TFormSettings, FormSettings);
     39  Application.CreateForm(TFormCharts, FormCharts);
    3940  Application.Run;
    4041end.
Note: See TracChangeset for help on using the changeset viewer.