Move audio loaders from engine to mod level

This commit is contained in:
reaperrr
2016-06-23 01:55:57 +02:00
parent ad77dca12a
commit ed210b380f
7 changed files with 9 additions and 8 deletions

View File

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