Split AudReader from AudLoader and move it to FileFormats

We already separated loading from file format reading for sprites and videos.
This commit is contained in:
reaperrr
2016-06-23 23:22:45 +02:00
parent ed210b380f
commit 415e0bb54c
4 changed files with 172 additions and 155 deletions

View File

@@ -12,7 +12,6 @@
using System;
using System.IO;
using OpenRA.FileFormats;
using OpenRA.Mods.Common.AudioLoaders;
namespace OpenRA.Mods.Common.FileFormats
{