| 13 |
|
ConnectionManager in 'DataAccess\ConnectionManager.pas', |
| 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}, |
| 20 |
– |
Preview in 'Tools\Preview.pas' {Form_Preview}, |
| 21 |
– |
RawEdit in 'Tools\RawEdit.pas' {Form_RawEdit}, |
| 16 |
|
OniImgClass in 'Global\OniImgClass.pas', |
| 17 |
|
Functions in 'Global\Functions.pas', |
| 24 |
– |
Helper_ValueEdit in 'Helper\Helper_ValueEdit.pas' {Form_ValueEdit}, |
| 18 |
|
RawList in 'Global\RawList.pas', |
| 19 |
|
DatStructureLoader in 'Global\DatStructureLoader.pas', |
| 20 |
< |
Exporters in 'Global\Exporters.pas'; |
| 20 |
> |
Exporters in 'Global\Exporters.pas', |
| 21 |
> |
ValueEdit in 'Helper\ValueEdit.pas' {Form_ValueEdit}, |
| 22 |
> |
WhatLinksHere in 'Helper\WhatLinksHere.pas' {Form_WhatLinksHere}, |
| 23 |
> |
DatLinks in 'Global\DatLinks.pas', |
| 24 |
> |
_DataTypes in 'FileClasses\_DataTypes.pas', |
| 25 |
> |
_FileTypes in 'FileClasses\_FileTypes.pas', |
| 26 |
> |
LevelDB in 'Helper\LevelDB.pas' {Form_LevelDB}, |
| 27 |
> |
Img_DDSTypes in 'Global\Img_DDSTypes.pas', |
| 28 |
> |
_MetaManager in 'FileClasses\_MetaManager.pas', |
| 29 |
> |
_EmptyFile in 'FileClasses\_EmptyFile.pas', |
| 30 |
> |
AKEV in 'FileClasses\AKEV.pas', |
| 31 |
> |
AKVA in 'FileClasses\AKVA.pas', |
| 32 |
> |
BINA in 'FileClasses\BINA.pas', |
| 33 |
> |
SUBT in 'FileClasses\SUBT.pas', |
| 34 |
> |
TXAN in 'FileClasses\TXAN.pas', |
| 35 |
> |
TXMP in 'FileClasses\TXMP.pas', |
| 36 |
> |
_BaseTemplate in 'Tools\_BaseTemplate.pas' {Form_BaseTemplate}, |
| 37 |
> |
_TemplateFile in 'Tools\_TemplateFile.pas' {Form_TemplateFile}, |
| 38 |
> |
_TemplateFileList in 'Tools\_TemplateFileList.pas' {Form_TemplateFileList}, |
| 39 |
> |
MetaEditor in 'Tools\MetaEditor.pas' {Form_Meta}, |
| 40 |
> |
BinEdit in 'Tools\BinEdit.pas' {Form_BinEdit}, |
| 41 |
> |
Extractor in 'Tools\Extractor.pas' {Form_Extractor}, |
| 42 |
> |
Preview in 'Tools\Preview.pas' {Form_Preview}, |
| 43 |
> |
RawEdit in 'Tools\RawEdit.pas' {Form_RawEdit}, |
| 44 |
> |
TxmpReplace in 'Tools\TxmpReplace.pas' {Form_TxmpReplace}, |
| 45 |
> |
FileManager in 'Tools\FileManager.pas' {Form_FileManager}, |
| 46 |
> |
_Extensions in 'FileClasses\_Extensions.pas', |
| 47 |
> |
_MetaTypes in 'FileClasses\_MetaTypes.pas', |
| 48 |
> |
_TreeElement in 'FileClasses\_TreeElement.pas', |
| 49 |
> |
Access_OniSplitArchive in 'DataAccess\Access_OniSplitArchive.pas'; |
| 50 |
|
|
| 51 |
|
{$R *.res} |
| 52 |
|
{$R ExtraIcos.res} |
| 53 |
|
|
| 54 |
|
begin |
| 55 |
|
Application.Initialize; |
| 56 |
+ |
|
| 57 |
|
Application.Title := 'Oni Un/Packer'; |
| 58 |
|
Application.CreateForm(TForm_Main, Form_Main); |
| 59 |
|
Application.CreateForm(TForm_Settings, Form_Settings); |
| 60 |
|
Application.CreateForm(TForm_ValueEdit, Form_ValueEdit); |
| 61 |
+ |
Application.CreateForm(TForm_WhatLinksHere, Form_WhatLinksHere); |
| 62 |
+ |
Application.CreateForm(TForm_LevelDB, Form_LevelDB); |
| 63 |
|
Application.Run; |
| 64 |
< |
end. |
| 64 |
> |
end. |