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

#include <model_q3bsp.h>

+ Collaboration diagram for q3dheader_t:

Data Fields

int ident
 
lump_t lumps [Q3HEADER_LUMPS_MAX]
 
int version
 

Detailed Description

Definition at line 37 of file model_q3bsp.h.

Field Documentation

◆ ident

int q3dheader_t::ident

Definition at line 39 of file model_q3bsp.h.

Referenced by Mod_Q3BSP_Load().

◆ lumps

lump_t q3dheader_t::lumps[Q3HEADER_LUMPS_MAX]

Definition at line 41 of file model_q3bsp.h.

Referenced by GetMapList(), and Mod_Q3BSP_Load().

◆ version

int q3dheader_t::version

Definition at line 40 of file model_q3bsp.h.

Referenced by Mod_Q3BSP_Load().


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