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

#include <VPK.h>

Collaboration diagram for vpkpp::VPK::FreedChunk:

Public Attributes

uint64_t offset
 
uint64_t length
 
uint32_t archiveIndex
 

Detailed Description

Definition at line 60 of file VPK.h.

Member Data Documentation

◆ archiveIndex

uint32_t vpkpp::VPK::FreedChunk::archiveIndex

Definition at line 63 of file VPK.h.

◆ length

uint64_t vpkpp::VPK::FreedChunk::length

Definition at line 62 of file VPK.h.

◆ offset

uint64_t vpkpp::VPK::FreedChunk::offset

Definition at line 61 of file VPK.h.


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