Changeset 34 for trunk/tunneler.lpr


Ignore:
Timestamp:
Nov 25, 2017, 12:27:33 AM (7 years ago)
Author:
chronos
Message:
  • Modified: Improved New game window.
  • Modified: Used newer version of Common and CoolTranslator packages.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        33backup
        44tunneler.exe
         5tunneler.dbg
         6tunneler.lps
        57heaptrclog.trc
        6 tunneler.lps
         8Components/Common/Languages/*.mo
         9Components/CoolTranslator/Demo/lib
  • trunk/tunneler.lpr

    r32 r34  
    99  {$ENDIF}{$ENDIF}
    1010  Interfaces, // this includes the LCL widgetset
    11   Forms, UCore, TemplateGenerics, CoolTranslator, UPlatform, FileUtil, SysUtils, Common, URectangle, UPersistentForm,
    12 UNewGameForm, UMainForm, UMapForm, UDebugForm, UGameResultForm
     11  Forms, TemplateGenerics, CoolTranslator, UPlatform, FileUtil, SysUtils,
     12  Common,
     13  UNewGameForm, UMainForm, UMapForm, UGameResultForm
    1314  { you can add units after this };
    1415
     
    3132  Application.CreateForm(TMapForm, MapForm);
    3233  Application.CreateForm(TNewGameForm, NewGameForm);
    33   Application.CreateForm(TDebugForm, DebugForm);
    3434  Application.CreateForm(TGameResultForm, GameResultForm);
    3535  {$IFDEF DEBUG}
Note: See TracChangeset for help on using the changeset viewer.