mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(DowAudio): dummy format that links DOW extension to WaveAudio.
This commit is contained in:
@@ -80,4 +80,13 @@ namespace GameRes.Formats.Nekopunch
|
|||||||
return new LzssStream (input);
|
return new LzssStream (input);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Link DOW extension to WaveAudio format.
|
||||||
|
/// </summary>
|
||||||
|
[Export(typeof(AudioFormat))]
|
||||||
|
public class DowAudio : WaveAudio
|
||||||
|
{
|
||||||
|
public override string Tag { get { return "DOW"; } }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user