Changeset 34 for trunk/tunneler.lpr
- Timestamp:
- Nov 25, 2017, 12:27:33 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 backup 4 4 tunneler.exe 5 tunneler.dbg 6 tunneler.lps 5 7 heaptrclog.trc 6 tunneler.lps 8 Components/Common/Languages/*.mo 9 Components/CoolTranslator/Demo/lib
-
- Property svn:ignore
-
trunk/tunneler.lpr
r32 r34 9 9 {$ENDIF}{$ENDIF} 10 10 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 13 14 { you can add units after this }; 14 15 … … 31 32 Application.CreateForm(TMapForm, MapForm); 32 33 Application.CreateForm(TNewGameForm, NewGameForm); 33 Application.CreateForm(TDebugForm, DebugForm);34 34 Application.CreateForm(TGameResultForm, GameResultForm); 35 35 {$IFDEF DEBUG}
Note:
See TracChangeset
for help on using the changeset viewer.