![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <VPK.h>

Public Attributes | |
| uint32_t | archiveIndex |
| The archive index of the file. | |
| uint32_t | offset |
| The offset in the archive. | |
| uint32_t | length |
| The length in bytes. | |
| std::array< std::byte, 16 > | checksum |
| The CRC32 checksum of this entry. | |
| uint32_t vpkpp::VPK::MD5Entry::archiveIndex |
| std::array<std::byte, 16> vpkpp::VPK::MD5Entry::checksum |
| uint32_t vpkpp::VPK::MD5Entry::offset |