Struct TCOD_List¶
Defined in File list.h
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.hshould be used where a lower level interface isn’t possible.