Move ShpTDLoader, LZO and XORDelta formats to Mods.Cnc

They're pretty much RA/TD-specific formats.
This commit is contained in:
reaperrr
2019-12-01 17:17:36 +01:00
committed by Paul Chote
parent cd123830c3
commit 4751b1a176
6 changed files with 9 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
using OpenRA.FileFormats;
using OpenRA.Mods.Common.SpriteLoaders;
using OpenRA.Mods.Cnc.SpriteLoaders;
using OpenRA.Primitives;
namespace OpenRA.Mods.Cnc.UtilityCommands