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

#include <PCK.h>

Collaboration diagram for vpkpp::PCK::Header:

Public Attributes

uint32_t packVersion
 
uint32_t godotVersionMajor
 
uint32_t godotVersionMinor
 
uint32_t godotVersionPatch
 
FlagsDirV2 flags
 

Detailed Description

Definition at line 27 of file PCK.h.

Member Data Documentation

◆ flags

FlagsDirV2 vpkpp::PCK::Header::flags

Definition at line 32 of file PCK.h.

◆ godotVersionMajor

uint32_t vpkpp::PCK::Header::godotVersionMajor

Definition at line 29 of file PCK.h.

◆ godotVersionMinor

uint32_t vpkpp::PCK::Header::godotVersionMinor

Definition at line 30 of file PCK.h.

◆ godotVersionPatch

uint32_t vpkpp::PCK::Header::godotVersionPatch

Definition at line 31 of file PCK.h.

◆ packVersion

uint32_t vpkpp::PCK::Header::packVersion

Definition at line 28 of file PCK.h.


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