#pragma once
#include "ArchiveDescription.h"
namespace StuffItCommon
{
CompressionMethod_t ResolveCompressionMethod(int stuffItMethod);
}