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

Go to the source code of this file.

Classes

class  vpkpp::PAK
 

Namespaces

namespace  vpkpp
 

Variables

constexpr int8_t vpkpp::PAK_FILENAME_MAX_SIZE = 56
 
constexpr auto vpkpp::PAK_SIGNATURE = sourcepp::parser::binary::makeFourCC("PACK")
 
constexpr int8_t vpkpp::PAK_HROT_FILENAME_MAX_SIZE = 120
 
constexpr auto vpkpp::PAK_HROT_SIGNATURE = sourcepp::parser::binary::makeFourCC("HROT")
 
constexpr std::string_view vpkpp::PAK_EXTENSION = ".pak"