![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include "../PackFile.h"
Go to the source code of this file.
Classes | |
class | vpkpp::VPP |
Namespaces | |
namespace | vpkpp |
Variables | |
constexpr uint32_t | vpkpp::VPP_SIGNATURE_LIL = 0x51890ACE |
constexpr uint32_t | vpkpp::VPP_SIGNATURE_BIG = 0xCE0A8951 |
constexpr uint32_t | vpkpp::VPP_ALIGNMENT = 2048 |
constexpr std::string_view | vpkpp::VPP_EXTENSION = ".vpp" |
constexpr std::string_view | vpkpp::VPP_EXTENSION_PC = ".vpp_pc" |
constexpr std::string_view | vpkpp::VPP_EXTENSION_XBOX2 = ".vpp_xbox2" |