![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
Data Fields | |
| unsigned char | data [HZREADBLOCKSIZE] |
| struct hz_bitstream_readblock_s * | next |
| unsigned int | size |
Definition at line 38 of file dpvsimpledecode.c.
| unsigned char hz_bitstream_readblock_t::data[HZREADBLOCKSIZE] |
Definition at line 42 of file dpvsimpledecode.c.
Referenced by hz_bitstream_read_blocks_getbyte().
| struct hz_bitstream_readblock_s* hz_bitstream_readblock_t::next |
Definition at line 40 of file dpvsimpledecode.c.
Referenced by hz_bitstream_read_blocks_getbyte(), and hz_bitstream_read_blocks_read().
| unsigned int hz_bitstream_readblock_t::size |
Definition at line 41 of file dpvsimpledecode.c.
Referenced by hz_bitstream_read_blocks_getbyte().