SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
Options.h File Reference
#include <sourcepp/Math.h>
Include dependency graph for Options.h:
This graph shows which files directly or indirectly include this file:

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
}