SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
vpkpp::VPK::Header2 Struct Reference

#include <VPK.h>

Public Attributes

uint32_t fileDataSectionSize
uint32_t archiveMD5SectionSize
uint32_t otherMD5SectionSize
uint32_t signatureSectionSize

Detailed Description

Definition at line 35 of file VPK.h.

Member Data Documentation

◆ archiveMD5SectionSize

uint32_t vpkpp::VPK::Header2::archiveMD5SectionSize

Definition at line 37 of file VPK.h.

◆ fileDataSectionSize

uint32_t vpkpp::VPK::Header2::fileDataSectionSize

Definition at line 36 of file VPK.h.

◆ otherMD5SectionSize

uint32_t vpkpp::VPK::Header2::otherMD5SectionSize

Definition at line 38 of file VPK.h.

◆ signatureSectionSize

uint32_t vpkpp::VPK::Header2::signatureSectionSize

Definition at line 39 of file VPK.h.


The documentation for this struct was generated from the following file:
  • include/vpkpp/format/VPK.h