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