Quake II RTX doxygen  1.0 dev
lump_info_t Struct Reference

Public Attributes

qerror_t(* load )(bsp_t *, void *, size_t)
 
unsigned lump
 
size_t disksize
 
size_t memsize
 
size_t maxcount
 

Detailed Description

Definition at line 756 of file bsp.c.

Member Data Documentation

◆ disksize

size_t lump_info_t::disksize

Definition at line 759 of file bsp.c.

Referenced by BSP_Load().

◆ load

qerror_t(* lump_info_t::load) (bsp_t *, void *, size_t)

Definition at line 757 of file bsp.c.

Referenced by BSP_Load().

◆ lump

unsigned lump_info_t::lump

Definition at line 758 of file bsp.c.

Referenced by BSP_Load().

◆ maxcount

size_t lump_info_t::maxcount

Definition at line 761 of file bsp.c.

Referenced by BSP_Load().

◆ memsize

size_t lump_info_t::memsize

Definition at line 760 of file bsp.c.

Referenced by BSP_Load().