using Ionic.Zlib; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SabreTools.Helper { /// /// Based on work by GordonJ for RomVault /// https://github.com/gjefferyes/RomVault/blob/master/ROMVault2/SupportedFiles/Zip/zipFile.cs /// public class ZipFIle { } }