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

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"