18 |
|
BinEdit in 'Tools\BinEdit.pas' {Form_BinEdit}, |
19 |
|
Extractor in 'Tools\Extractor.pas' {Form_Extractor}, |
20 |
|
Preview in 'Tools\Preview.pas' {Form_Preview}, |
21 |
< |
RawEdit in 'Tools\RawEdit.pas' {Form_RawEdit}; |
21 |
> |
RawEdit in 'Tools\RawEdit.pas' {Form_RawEdit}, |
22 |
> |
OniImgClass in 'Global\OniImgClass.pas', |
23 |
> |
Functions in 'Global\Functions.pas', |
24 |
> |
Helper_ValueEdit in 'Helper\Helper_ValueEdit.pas' {Form_ValueEdit}, |
25 |
> |
RawList in 'Global\RawList.pas', |
26 |
> |
DatStructureLoader in 'Global\DatStructureLoader.pas', |
27 |
> |
Exporters in 'Global\Exporters.pas'; |
28 |
|
|
29 |
|
{$R *.res} |
30 |
|
{$R ExtraIcos.res} |
34 |
|
Application.Title := 'Oni Un/Packer'; |
35 |
|
Application.CreateForm(TForm_Main, Form_Main); |
36 |
|
Application.CreateForm(TForm_Settings, Form_Settings); |
37 |
+ |
Application.CreateForm(TForm_ValueEdit, Form_ValueEdit); |
38 |
|
Application.Run; |
39 |
|
end. |