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

Comparing oup/current/OniUnPacker.dpr (file contents):
Revision 125 by alloc, Fri Mar 23 03:11:42 2007 UTC vs.
Revision 181 by alloc, Sat May 19 17:54:34 2007 UTC

# Line 28 | Line 28 | uses
28    WhatLinksHere in 'Helper\WhatLinksHere.pas' {Form_WhatLinksHere},
29    DatLinks in 'Global\DatLinks.pas',
30    _DataTypes in 'FileClasses\_DataTypes.pas',
31 <  _FileTypes in 'FileClasses\_FileTypes.pas';
31 >  _FileTypes in 'FileClasses\_FileTypes.pas',
32 >  LevelDB in 'Helper\LevelDB.pas' {Form_LevelDB},
33 >  Img_DDSTypes in 'Global\Img_DDSTypes.pas';
34  
35   {$R *.res}
36   {$R ExtraIcos.res}
# Line 40 | Line 42 | begin
42    Application.CreateForm(TForm_Settings, Form_Settings);
43    Application.CreateForm(TForm_ValueEdit, Form_ValueEdit);
44    Application.CreateForm(TForm_WhatLinksHere, Form_WhatLinksHere);
45 +  Application.CreateForm(TForm_LevelDB, Form_LevelDB);
46    Application.Run;
47   end.

Diff Legend

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