![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <sourcepp/Math.h>
Go to the source code of this file.
Classes | |
struct | vpkpp::BakeOptions |
struct | vpkpp::EntryOptions |
Namespaces | |
namespace | vpkpp |
Enumerations | |
enum class | vpkpp::EntryCompressionType : int16_t { vpkpp::NO_OVERRIDE = -1 , vpkpp::NO_COMPRESS = 0 , vpkpp::DEFLATE = 8 , vpkpp::BZIP2 = 12 , vpkpp::LZMA = 14 , vpkpp::ZSTD = 93 , vpkpp::XZ = 95 } |