![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
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" |