Files
Aerofoil/unpacktool/StuffItCommon.h
Diomendius 1b18a87495 Normalize line endings
This commit contains only the result of `git add --renormalize .`

`git show --ignore-space-change` can verify that this commit only
changes whitespace.
2024-07-31 20:21:47 +12:00

9 lines
141 B
C++

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