DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
pskchunk_t Struct Reference

#include <model_psk.h>

+ Collaboration diagram for pskchunk_t:

Data Fields

char id [20]
 
int numrecords
 
int recordsize
 
int version
 

Detailed Description

Definition at line 5 of file model_psk.h.

Field Documentation

◆ id

char pskchunk_t::id[20]

Definition at line 21 of file model_psk.h.

Referenced by Mod_PSKMODEL_Load().

◆ numrecords

int pskchunk_t::numrecords

Definition at line 26 of file model_psk.h.

Referenced by Mod_PSKMODEL_Load().

◆ recordsize

int pskchunk_t::recordsize

Definition at line 25 of file model_psk.h.

Referenced by Mod_PSKMODEL_Load().

◆ version

int pskchunk_t::version

Definition at line 24 of file model_psk.h.

Referenced by Mod_PSKMODEL_Load().


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