bunch of stuff.

This commit is contained in:
morkt
2023-08-24 01:33:50 +04:00
parent ea096c52ef
commit 77fde27d26
119 changed files with 11078 additions and 619 deletions

View File

@@ -350,4 +350,10 @@ namespace GameRes.Formats
public override string Description { get { return "Unidentified data file"; } }
public override uint Signature { get { return 0; } }
}
// [970725][Guilty] Onii-chan e
[Export(typeof(ResourceAlias))]
[ExportMetadata("Extension", "GLT")]
[ExportMetadata("Target", "BMP")]
public class GltFormat : ResourceAlias { }
}