// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) 2026 Fernando Sahmkow
/// @file lzma.h
/// @brief LZMA decompression (decode-only).
///
/// MPQ LZMA wire format: 5-byte properties header (lclppb packed byte +
/// 4-byte little-endian dictionary size) followed by the raw LZMA range-coded
/// stream. No uncompressed-size field in the stream — the caller supplies the
/// expected output size.
namespace whiteout::storages::common // namespace whiteout::storages::common