ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/OniUnPacker.dpr
(Generate patch)

Comparing:
oup/rewrite/OniUnPacker.dpr (file contents), Revision 101 by alloc, Tue Feb 20 20:43:29 2007 UTC vs.
oup/current/OniUnPacker.dpr (file contents), Revision 113 by alloc, Sun Feb 25 17:20:22 2007 UTC

# Line 19 | Line 19 | uses
19    Functions in 'Global\Functions.pas',
20    RawList in 'Global\RawList.pas',
21    DatStructureLoader in 'Global\DatStructureLoader.pas',
22 <  Exporters in 'Global\Exporters.pas';
22 >  Exporters in 'Global\Exporters.pas',
23 >  ValueEdit in 'Helper\ValueEdit.pas' {Form_ValueEdit},
24 >  BinEdit in 'Tools\BinEdit.pas' {Form_BinEdit},
25 >  RawEdit in 'Tools\RawEdit.pas' {Form_RawEdit},
26 >  Extractor in 'Tools\Extractor.pas' {Form_Extractor},
27 >  TxmpReplace in 'Tools\TxmpReplace.pas' {Form_TxmpReplace},
28 >  WhatLinksHere in 'Helper\WhatLinksHere.pas' {Form_WhatLinksHere},
29 >  DatLinks in 'Global\DatLinks.pas';
30  
31   {$R *.res}
32   {$R ExtraIcos.res}
# Line 29 | Line 36 | begin
36    Application.Title := 'Oni Un/Packer';
37    Application.CreateForm(TForm_Main, Form_Main);
38    Application.CreateForm(TForm_Settings, Form_Settings);
39 +  Application.CreateForm(TForm_ValueEdit, Form_ValueEdit);
40 +  Application.CreateForm(TForm_WhatLinksHere, Form_WhatLinksHere);
41    Application.Run;
42 < end.
42 > end.

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)