| 14 |
|
Main in 'Main.pas' {Form_Main}, |
| 15 |
|
Settings in 'Settings.pas' {Form_Settings}, |
| 16 |
|
Template in 'Tools\Template.pas' {Form_ToolTemplate}, |
| 17 |
– |
TxmpReplace in 'Tools\TxmpReplace.pas' {Form_TxmpReplace}, |
| 18 |
– |
BinEdit in 'Tools\BinEdit.pas' {Form_BinEdit}, |
| 19 |
– |
Extractor in 'Tools\Extractor.pas' {Form_Extractor}, |
| 17 |
|
Preview in 'Tools\Preview.pas' {Form_Preview}, |
| 21 |
– |
RawEdit in 'Tools\RawEdit.pas' {Form_RawEdit}, |
| 18 |
|
OniImgClass in 'Global\OniImgClass.pas', |
| 19 |
|
Functions in 'Global\Functions.pas', |
| 24 |
– |
Helper_ValueEdit in 'Helper\Helper_ValueEdit.pas' {Form_ValueEdit}, |
| 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' {Form_WhatLinksHere}, |
| 29 |
> |
DatLinks in 'Global\DatLinks.pas', |
| 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', |
| 34 |
> |
TXMP in 'FileClasses\TXMP.pas', |
| 35 |
> |
MetaEditor in 'Tools\MetaEditor.pas' {Form_Meta}, |
| 36 |
> |
_MetaManager in 'FileClasses\_MetaManager.pas', |
| 37 |
> |
_EmptyFile in 'FileClasses\_EmptyFile.pas', |
| 38 |
> |
TXAN in 'FileClasses\TXAN.pas', |
| 39 |
> |
SUBT in 'FileClasses\SUBT.pas'; |
| 40 |
|
|
| 41 |
|
{$R *.res} |
| 42 |
|
{$R ExtraIcos.res} |
| 43 |
|
|
| 44 |
|
begin |
| 45 |
|
Application.Initialize; |
| 46 |
+ |
|
| 47 |
|
Application.Title := 'Oni Un/Packer'; |
| 48 |
|
Application.CreateForm(TForm_Main, Form_Main); |
| 49 |
|
Application.CreateForm(TForm_Settings, Form_Settings); |
| 50 |
|
Application.CreateForm(TForm_ValueEdit, Form_ValueEdit); |
| 51 |
+ |
Application.CreateForm(TForm_WhatLinksHere, Form_WhatLinksHere); |
| 52 |
+ |
Application.CreateForm(TForm_LevelDB, Form_LevelDB); |
| 53 |
|
Application.Run; |
| 54 |
< |
end. |
| 54 |
> |
end. |