| 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' {Form1}; | 
 
 
 
 
 
 
 
 
 
 
 
 | 29 | 
   | 
  | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 30 | 
   | 
 {$R *.res} | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 31 | 
   | 
 {$R ExtraIcos.res} | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 35 | 
   | 
   Application.Title := 'Oni Un/Packer'; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 36 | 
   | 
   Application.CreateForm(TForm_Main, Form_Main); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 37 | 
   | 
   Application.CreateForm(TForm_Settings, Form_Settings); | 
 
 
 
 
 
 
 
 
 | 38 | 
 + | 
   Application.CreateForm(TForm_ValueEdit, Form_ValueEdit); | 
 
 
 
 
 
 
 
 
 | 39 | 
 + | 
   Application.CreateForm(TForm1, Form1); | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 40 | 
   | 
   Application.Run; | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 41 | 
   | 
 end. |