diff --git a/Legacy/Wing/ImageGEM.cs b/Legacy/Wing/ImageGEM.cs index fdd72ce2..b1099dae 100644 --- a/Legacy/Wing/ImageGEM.cs +++ b/Legacy/Wing/ImageGEM.cs @@ -140,4 +140,11 @@ namespace GameRes.Formats.Wing } } } + + [Export(typeof(ResourceAlias))] + [ExportMetadata("Extension", "CGR")] + [ExportMetadata("Target", "PSD")] + public class CgrFormat : ResourceAlias + { + } }