Public Attributes | |
qerror_t(* | load )(bsp_t *, void *, size_t) |
unsigned | lump |
size_t | disksize |
size_t | memsize |
size_t | maxcount |
size_t lump_info_t::disksize |
Definition at line 759 of file bsp.c.
Referenced by BSP_Load().
qerror_t(* lump_info_t::load) (bsp_t *, void *, size_t) |
Definition at line 757 of file bsp.c.
Referenced by BSP_Load().
unsigned lump_info_t::lump |
Definition at line 758 of file bsp.c.
Referenced by BSP_Load().
size_t lump_info_t::maxcount |
Definition at line 761 of file bsp.c.
Referenced by BSP_Load().
size_t lump_info_t::memsize |
Definition at line 760 of file bsp.c.
Referenced by BSP_Load().