libtcod
Loading...
Searching...
No Matches
tree.h File Reference

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_tTCOD_tree_new (void)
void TCOD_tree_add_son (TCOD_tree_t *node, TCOD_tree_t *son)

Detailed Description

Internal tree container.