Changeset 21 for trunk/tunneler.lpr


Ignore:
Timestamp:
Sep 27, 2011, 11:01:18 PM (13 years ago)
Author:
george
Message:
  • Moved: Forms to subdirectory.
  • Added: Preliminary multi language support.
  • Added: New game customization form.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tunneler.lpr

    r19 r21  
    99  {$ENDIF}{$ENDIF}
    1010  Interfaces, // this includes the LCL widgetset
    11   Forms, UMainForm, UCore, TemplateGenerics, UMapForm, UPlatform,
    12   UApplicationInfo, URectangle, UPersistentForm, URegistry, UThreading
     11  Forms, UCore, TemplateGenerics, CoolTranslator, UPlatform,
     12  UApplicationInfo, URectangle, UPersistentForm, URegistry, UThreading,
     13UNewGameForm, UMainForm, UMapForm
    1314  { you can add units after this };
    1415
     
    1920  Application.CreateForm(TMainForm, MainForm);
    2021  Application.CreateForm(TMapForm, MapForm);
     22  Application.CreateForm(TNewGameForm, NewGameForm);
    2123  Application.Run;
    2224end.
Note: See TracChangeset for help on using the changeset viewer.