mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(DowAudio): dummy format that links DOW extension to WaveAudio.
This commit is contained in:
parent
ab965b9529
commit
559f47c673
@ -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"; } }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user