libtcod
Loading...
Searching...
No Matches
TCOD_List Struct Reference

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

#include <list.h>

Public Attributes

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.

Detailed Description

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.

The documentation for this struct was generated from the following file:
  • C:/Users/4b796/Projects/libtcod/src/libtcod/list.h