![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|


Go to the source code of this file.
Classes | |
| class | vpkpp::TAB |
Namespaces | |
| namespace | vpkpp |
Variables | |
| constexpr std::string_view | vpkpp::TAB_EXTENSION = ".tab" |
| constexpr auto | vpkpp::TAB_FILENAME_MAX_SIZE = 128 |
| constexpr std::string_view | vpkpp::TAB_HASHED_FILEPATH_PREFIX = "__hashed__/" |
| constexpr std::string_view | vpkpp::ARC_EXTENSION = ".arc" |
| constexpr uint32_t | vpkpp::ARC_CHUNK_SIZE = 1024 * 1024 * 1024 |
| Chunk size in bytes (1gb). | |