CTWM
Loading...
Searching...
No Matches
RAreaList Struct Reference

A set of RArea's. More...

#include <r_structs.h>

Collaboration diagram for RAreaList:
[legend]

Data Fields

int len
 How many we're using.
int cap
 How many we have space for.
RAreaareas
 Array of RArea members of this list.

Detailed Description

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.

Field Documentation

◆ areas

◆ cap

int RAreaList::cap

How many we have space for.

Definition at line 32 of file r_structs.h.

Referenced by RAreaListAdd(), RAreaListAddList(), RAreaListCopy(), RAreaListNew(), and RAreaListPrint().

◆ len


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