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

#include <VPK.h>

Collaboration diagram for vpkpp::VPK::Header1:

Public Attributes

uint32_t signature
 
uint32_t version
 
uint32_t treeSize
 

Detailed Description

Definition at line 27 of file VPK.h.

Member Data Documentation

◆ signature

uint32_t vpkpp::VPK::Header1::signature

Definition at line 28 of file VPK.h.

◆ treeSize

uint32_t vpkpp::VPK::Header1::treeSize

Definition at line 30 of file VPK.h.

◆ version

uint32_t vpkpp::VPK::Header1::version

Definition at line 29 of file VPK.h.


The documentation for this struct was generated from the following file: