Move LCWCompression support to Mods.Cnc

This commit is contained in:
reaperrr
2019-12-09 01:57:06 +01:00
committed by teinarss
parent c687600d66
commit d835090d0b
3 changed files with 4 additions and 1 deletions

View File

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