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