SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
VPK.cpp File Reference
#include <vpkpp/format/VPK.h>
#include <cstdio>
#include <filesystem>
#include <cryptopp/md5.h>
#include <FileStream.h>
#include <kvpp/kvpp.h>
#include <sourcepp/crypto/CRC32.h>
#include <sourcepp/crypto/MD5.h>
#include <sourcepp/crypto/RSA.h>
#include <sourcepp/crypto/String.h>
#include <sourcepp/FS.h>
#include <sourcepp/String.h>
#include <vpkpp/format/FPX.h>
Include dependency graph for VPK.cpp:

Go to the source code of this file.

Macros

#define CRYPTOPP_ENABLE_NAMESPACE_WEAK   1
 

Variables

constexpr uint32_t VPK_FLAG_REUSING_CHUNK = 0x1
 Runtime-only flag that indicates a file is going to be written to an existing archive file.
 

Macro Definition Documentation

◆ CRYPTOPP_ENABLE_NAMESPACE_WEAK

#define CRYPTOPP_ENABLE_NAMESPACE_WEAK   1

Definition at line 6 of file VPK.cpp.

Variable Documentation

◆ VPK_FLAG_REUSING_CHUNK

constexpr uint32_t VPK_FLAG_REUSING_CHUNK = 0x1
constexpr

Runtime-only flag that indicates a file is going to be written to an existing archive file.

Definition at line 27 of file VPK.cpp.