|
libtcod
|
Internal tree container. More...
#include "portability.h"Go to the source code of this file.
Classes | |
| struct | TCOD_tree_t |
Typedefs | |
| typedef struct TCOD_tree_t | TCOD_tree_t |
Functions | |
| TCOD_tree_t * | TCOD_tree_new (void) |
| void | TCOD_tree_add_son (TCOD_tree_t *node, TCOD_tree_t *son) |
Internal tree container.