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 205 by alloc, Sat May 19 17:54:34 2007 UTC vs.
Revision 206 by alloc, Sun May 27 23:31:26 2007 UTC

# Line 30 | Line 30 | uses
30    _DataTypes in 'FileClasses\_DataTypes.pas',
31    _FileTypes in 'FileClasses\_FileTypes.pas',
32    LevelDB in 'Helper\LevelDB.pas' {Form_LevelDB},
33 <  Img_DDSTypes in 'Global\Img_DDSTypes.pas';
33 >  Img_DDSTypes in 'Global\Img_DDSTypes.pas',
34 >  TXMP in 'FileClasses\TXMP.pas';
35  
36   {$R *.res}
37   {$R ExtraIcos.res}
38  
39   begin
40    Application.Initialize;
41 +
42    Application.Title := 'Oni Un/Packer';
43    Application.CreateForm(TForm_Main, Form_Main);
44    Application.CreateForm(TForm_Settings, Form_Settings);

Diff Legend

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