(Legacy): certain formats enabled in debug build only.

This commit is contained in:
morkt
2018-01-16 11:56:01 +04:00
parent aa93dabd2d
commit 9388afd54f
14 changed files with 368 additions and 0 deletions

View File

@@ -44,6 +44,10 @@ namespace GameRes.Formats.Cocktail
public override bool IsHierarchic { get { return false; } }
public override bool CanWrite { get { return false; } }
// static readonly uint[] KnownKeyCode = { 0x385AB4BA, 0x52CCCF4E };
// static readonly uint[] KnownKeyCode = { 0x33C074B5, 0xB6744357 };
static readonly uint[] KnownKeyCode = { 0xBBB64423, 0x4D765A33 };
public override ArcFile TryOpen (ArcView file)
{
int count = file.View.ReadInt32 (4);