whiteoutlib 0.1.0

Parsers and writers for Blizzard model and texture formats (MDX, M2, M3, BLP, DDS, PNG).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) 2026 Fernando Sahmkow

/// @file deflate.h
/// @brief Forwarding header — the DEFLATE codec now lives in common/deflate.h.

#pragma once

#include "../../common/deflate.h"

namespace whiteout::textures::png {

using ::whiteout::zlib_compress;
using ::whiteout::zlib_decompress;

} // namespace whiteout::textures::png