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 129 by alloc, Wed Mar 28 01:12:22 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  
34   {$R *.res}
35   {$R ExtraIcos.res}
# Line 40 | Line 41 | begin
41    Application.CreateForm(TForm_Settings, Form_Settings);
42    Application.CreateForm(TForm_ValueEdit, Form_ValueEdit);
43    Application.CreateForm(TForm_WhatLinksHere, Form_WhatLinksHere);
44 +  Application.CreateForm(TForm_LevelDB, Form_LevelDB);
45    Application.Run;
46   end.

Diff Legend

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