Move AUD support to Mods.Cnc
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
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
|
public class AudLoader : ISoundLoader
|
||||||
{
|
{
|
||||||
@@ -12,9 +12,10 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
using OpenRA.Mods.Common.FileFormats;
|
||||||
using OpenRA.Primitives;
|
using OpenRA.Primitives;
|
||||||
|
|
||||||
namespace OpenRA.Mods.Common.FileFormats
|
namespace OpenRA.Mods.Cnc.FileFormats
|
||||||
{
|
{
|
||||||
[Flags]
|
[Flags]
|
||||||
enum SoundFlags
|
enum SoundFlags
|
||||||
Reference in New Issue
Block a user