CTWM
|
#include <r_structs.h>
Data Fields | |
int | len |
How many we're using. | |
int | cap |
How many we have space for. | |
RArea * | areas |
Array of RArea members of this list. | |
A set of RArea's.
This is generally used to define a contiguous region formed of various stitched-together subareas.
Definition at line 30 of file r_structs.h.
RArea* RAreaList::areas |
Array of RArea members of this list.
Definition at line 33 of file r_structs.h.
int RAreaList::cap |
How many we have space for.
Definition at line 32 of file r_structs.h.
int RAreaList::len |
How many we're using.
Definition at line 31 of file r_structs.h.