mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(Bm_Format): added "gpp" extension.
This commit is contained in:
@@ -38,6 +38,11 @@ namespace GameRes.Formats
|
|||||||
public override uint Signature { get { return 0x44445A53u; } } // 'SZDD'
|
public override uint Signature { get { return 0x44445A53u; } } // 'SZDD'
|
||||||
public override bool CanWrite { get { return false; } }
|
public override bool CanWrite { get { return false; } }
|
||||||
|
|
||||||
|
public Bm_Format ()
|
||||||
|
{
|
||||||
|
Extensions = new string[] { "bm_", "gpp" };
|
||||||
|
}
|
||||||
|
|
||||||
public override ImageMetaData ReadMetaData (IBinaryStream stream)
|
public override ImageMetaData ReadMetaData (IBinaryStream stream)
|
||||||
{
|
{
|
||||||
stream.Position = 0x0e;
|
stream.Position = 0x0e;
|
||||||
|
|||||||
Reference in New Issue
Block a user