Struct TCOD_List

Struct Documentation

struct TCOD_List

Libtcod’s generic container, deprecated in favor of more standard tools.

Deprecated:

This object is deprecated in favor of more standard tools. In C a library such as stb_ds.h should be used where a lower level interface isn’t possible.

Public Members

void **array

A pointer to an array of void pointers. Internal.

int fillSize

The current count of items in the array. Internal.

int allocSize

The maximum number of items that array can currently hold. Internal.