Move AUD support to Mods.Cnc

This commit is contained in:
reaperrr
2019-12-09 01:56:41 +01:00
committed by abcdefg30
parent 4d92fde5f7
commit 82be8d9990
2 changed files with 4 additions and 3 deletions

View File

@@ -11,9 +11,9 @@
using System;
using System.IO;
using OpenRA.Mods.Common.FileFormats;
using OpenRA.Mods.Cnc.FileFormats;
namespace OpenRA.Mods.Common.AudioLoaders
namespace OpenRA.Mods.Cnc.AudioLoaders
{
public class AudLoader : ISoundLoader
{

View File

@@ -12,9 +12,10 @@
using System;
using System.Collections.Generic;
using System.IO;
using OpenRA.Mods.Common.FileFormats;
using OpenRA.Primitives;
namespace OpenRA.Mods.Common.FileFormats
namespace OpenRA.Mods.Cnc.FileFormats
{
[Flags]
enum SoundFlags