Changeset 30 for trunk/tunneler.lpr


Ignore:
Timestamp:
Sep 8, 2012, 9:28:39 PM (12 years ago)
Author:
chronos
Message:
  • Updated: Component versions.
  • Added: Missing forms.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        33backup
        44tunneler.exe
         5heaptrclog.trc
  • trunk/tunneler.lpr

    r28 r30  
    1111  Forms, UCore, TemplateGenerics, CoolTranslator, UPlatform, FileUtil, SysUtils,
    1212  UApplicationInfo, URectangle, UPersistentForm, URegistry, UThreading,
    13 UNewGameForm, UMainForm, UMapForm, UDebugForm, UGameResultsForm
     13UNewGameForm, UMainForm, UMapForm, UDebugForm, UGameResultForm
    1414  { you can add units after this };
    1515
     
    3535  Application.CreateForm(TDebugForm, DebugForm);
    3636  {$ENDIF}
     37  Application.CreateForm(TGameResultForm, GameResultForm);
    3738  Application.Run;
    3839end.
Note: See TracChangeset for help on using the changeset viewer.