--- oup/rewrite/OniUnPacker.dpr 2007/02/20 20:43:29 101 +++ oup/current/OniUnPacker.dpr 2007/02/21 03:15:23 110 @@ -19,7 +19,13 @@ uses Functions in 'Global\Functions.pas', RawList in 'Global\RawList.pas', DatStructureLoader in 'Global\DatStructureLoader.pas', - Exporters in 'Global\Exporters.pas'; + Exporters in 'Global\Exporters.pas', + ValueEdit in 'Helper\ValueEdit.pas' {Form_ValueEdit}, + BinEdit in 'Tools\BinEdit.pas' {Form_BinEdit}, + RawEdit in 'Tools\RawEdit.pas' {Form_RawEdit}, + Extractor in 'Tools\Extractor.pas' {Form_Extractor}, + TxmpReplace in 'Tools\TxmpReplace.pas' {Form_TxmpReplace}, + WhatLinksHere in 'Helper\WhatLinksHere.pas' {Form_WhatLinksHere}; {$R *.res} {$R ExtraIcos.res} @@ -29,5 +35,7 @@ begin Application.Title := 'Oni Un/Packer'; Application.CreateForm(TForm_Main, Form_Main); Application.CreateForm(TForm_Settings, Form_Settings); + Application.CreateForm(TForm_ValueEdit, Form_ValueEdit); + Application.CreateForm(TForm_WhatLinksHere, Form_WhatLinksHere); Application.Run; -end. +end. \ No newline at end of file