replaced ZLibNet with .Net DeflateStream class.

This commit is contained in:
morkt
2015-07-28 12:20:20 +04:00
parent 8eea67faee
commit 002298bb93
21 changed files with 51 additions and 61 deletions

View File

@@ -25,7 +25,7 @@
using System.ComponentModel.Composition;
using System.IO;
using ZLibNet;
using GameRes.Compression;
namespace GameRes.Formats.ScenePlayer
{