SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
PCK.cpp File Reference
#include <vpkpp/format/PCK.h>
#include <filesystem>
#include <ranges>
#include <FileStream.h>
#include <sourcepp/crypto/MD5.h>
Include dependency graph for PCK.cpp:

Go to the source code of this file.

Variables

constexpr int PCK_DIRECTORY_STRING_PADDING = 4
 
constexpr int PCK_FILE_DATA_PADDING = 16
 

Variable Documentation

◆ PCK_DIRECTORY_STRING_PADDING

constexpr int PCK_DIRECTORY_STRING_PADDING = 4
constexpr

Definition at line 12 of file PCK.cpp.

◆ PCK_FILE_DATA_PADDING

constexpr int PCK_FILE_DATA_PADDING = 16
constexpr

Definition at line 13 of file PCK.cpp.