DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
hz_bitstream_readblock_t Struct Reference
+ Collaboration diagram for hz_bitstream_readblock_t:

Data Fields

unsigned char data [HZREADBLOCKSIZE]
 
struct hz_bitstream_readblock_s * next
 
unsigned int size
 

Detailed Description

Definition at line 38 of file dpvsimpledecode.c.

Field Documentation

◆ data

unsigned char hz_bitstream_readblock_t::data[HZREADBLOCKSIZE]

Definition at line 42 of file dpvsimpledecode.c.

Referenced by hz_bitstream_read_blocks_getbyte().

◆ next

struct hz_bitstream_readblock_s* hz_bitstream_readblock_t::next

◆ size

unsigned int hz_bitstream_readblock_t::size

Definition at line 41 of file dpvsimpledecode.c.

Referenced by hz_bitstream_read_blocks_getbyte().


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