Changeset 97 for trunk/xtactics.lpr


Ignore:
Timestamp:
Dec 25, 2014, 12:54:57 PM (10 years ago)
Author:
chronos
Message:
  • Added: Simple Help window with basic game description.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xtactics.lpr

    r57 r97  
    1111  UFormPlayer
    1212  { you can add units after this },
    13   SysUtils, UFormSettings, UFormMain, UFormMove, UFormNew, UFormAbout;
     13  SysUtils, UFormSettings, UFormMain, UFormMove, UFormNew, UFormAbout,
     14  UFormHelp;
    1415
    1516{$R *.res}
     
    3738  Application.CreateForm(TFormSettings, FormSettings);
    3839  Application.CreateForm(TFormAbout, FormAbout);
     40  Application.CreateForm(TFormHelp, FormHelp);
    3941  Application.Run;
    4042end.
Note: See TracChangeset for help on using the changeset viewer.