tcod.c.types

Undocumented in source.

Members

Aliases

SDL_renderer_t
alias SDL_renderer_t = void function(void* sdl_surface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_alignment_t
alias TCOD_alignment_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_bkgnd_flag_t
alias TCOD_bkgnd_flag_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_bsp_callback_t
alias TCOD_bsp_callback_t = bool function(TCOD_bsp_t* node, void* userData)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_colctrl_t
alias TCOD_colctrl_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_cond_t
alias TCOD_cond_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_console_t
alias TCOD_console_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dijkstra_t
alias TCOD_dijkstra_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_distribution_t
alias TCOD_distribution_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_event_t
alias TCOD_event_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_fov_algorithm_t
alias TCOD_fov_algorithm_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_image_t
alias TCOD_image_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_keycode_t
alias TCOD_keycode_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_library_t
alias TCOD_library_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_line_listener_t
alias TCOD_line_listener_t = bool function(int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_list_t
alias TCOD_list_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_map_t
alias TCOD_map_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_mutex_t
alias TCOD_mutex_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_namegen_t
alias TCOD_namegen_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_noise_t
alias TCOD_noise_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_noise_type_t
alias TCOD_noise_type_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_parser_custom_t
alias TCOD_parser_custom_t = TCOD_value_t function(TCOD_lex_t* lex, TCOD_parser_listener_t* listener, TCOD_parser_struct_t str, charptr propname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_parser_struct_t
alias TCOD_parser_struct_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_parser_t
alias TCOD_parser_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_path_func_t
alias TCOD_path_func_t = float function(int xFrom, int yFrom, int xTo, int yTo, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_path_t
alias TCOD_path_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_random_algo_t
alias TCOD_random_algo_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_random_t
alias TCOD_random_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_renderer_t
alias TCOD_renderer_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_semaphore_t
alias TCOD_semaphore_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_text_t
alias TCOD_text_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_thread_t
alias TCOD_thread_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_value_type_t
alias TCOD_value_type_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_zip_t
alias TCOD_zip_t = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

FOV_BASIC
anonymousenum FOV_BASIC
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCODK_NONE
anonymousenum TCODK_NONE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_BKGND_NONE
anonymousenum TCOD_BKGND_NONE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_CHAR_HLINE
anonymousenum TCOD_CHAR_HLINE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_COLCTRL_1
anonymousenum TCOD_COLCTRL_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_COLOR_DESATURATED
anonymousenum TCOD_COLOR_DESATURATED
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_COLOR_RED
anonymousenum TCOD_COLOR_RED
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_DISTRIBUTION_LINEAR
anonymousenum TCOD_DISTRIBUTION_LINEAR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_EVENT_NONE
anonymousenum TCOD_EVENT_NONE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_FONT_LAYOUT_ASCII_INCOL
anonymousenum TCOD_FONT_LAYOUT_ASCII_INCOL

These font flags can be OR'd together into a bit-field and passed to TCOD_console_set_custom_font

TCOD_KEY_PRESSED
anonymousenum TCOD_KEY_PRESSED
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEFT
anonymousenum TCOD_LEFT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_NOISE_PERLIN
anonymousenum TCOD_NOISE_PERLIN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_RENDERER_GLSL
anonymousenum TCOD_RENDERER_GLSL

The available renderers.

TCOD_RNG_MT
anonymousenum TCOD_RNG_MT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_TYPE_NONE
anonymousenum TCOD_TYPE_NONE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

FOV_PERMISSIVE
TCOD_fov_algorithm_t FOV_PERMISSIVE(int x)
Undocumented in source. Be warned that the author may not have intended to support it.
TCOD_BKGND_ADDALPHA
TCOD_bkgnd_flag_t TCOD_BKGND_ADDALPHA(T alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
TCOD_BKGND_ALPHA
TCOD_bkgnd_flag_t TCOD_BKGND_ALPHA(T alpha)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TCOD_bresenham_data_t
struct TCOD_bresenham_data_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_bsp_t
struct TCOD_bsp_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_color_t
struct TCOD_color_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dice_t
struct TCOD_dice_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_heightmap_t
struct TCOD_heightmap_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_key_t
struct TCOD_key_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lex_t
struct TCOD_lex_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_mouse_t
struct TCOD_mouse_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_parser_int_t
struct TCOD_parser_int_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_parser_listener_t
struct TCOD_parser_listener_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_struct_int_t
struct TCOD_struct_int_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_tree_t
struct TCOD_tree_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Unions

TCOD_value_t
union TCOD_value_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

TCOD_KEY_TEXT_SIZE
auto TCOD_KEY_TEXT_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_CHAR
int TCOD_LEX_CHAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_COMMENT
int TCOD_LEX_COMMENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_EOF
int TCOD_LEX_EOF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_ERROR
int TCOD_LEX_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_FLAG_NESTING_COMMENT
int TCOD_LEX_FLAG_NESTING_COMMENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_FLAG_NOCASE
int TCOD_LEX_FLAG_NOCASE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_FLAG_TOKENIZE_COMMENTS
int TCOD_LEX_FLAG_TOKENIZE_COMMENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_FLOAT
int TCOD_LEX_FLOAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_IDEN
int TCOD_LEX_IDEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_INTEGER
int TCOD_LEX_INTEGER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_KEYWORD
int TCOD_LEX_KEYWORD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_KEYWORD_SIZE
int TCOD_LEX_KEYWORD_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_MAX_KEYWORDS
int TCOD_LEX_MAX_KEYWORDS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_MAX_SYMBOLS
int TCOD_LEX_MAX_SYMBOLS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_STRING
int TCOD_LEX_STRING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_SYMBOL
int TCOD_LEX_SYMBOL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_SYMBOL_SIZE
int TCOD_LEX_SYMBOL_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_LEX_UNKNOWN
int TCOD_LEX_UNKNOWN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_NOISE_DEFAULT_HURST
float TCOD_NOISE_DEFAULT_HURST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_NOISE_DEFAULT_LACUNARITY
float TCOD_NOISE_DEFAULT_LACUNARITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_NOISE_MAX_DIMENSIONS
int TCOD_NOISE_MAX_DIMENSIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_NOISE_MAX_OCTAVES
int TCOD_NOISE_MAX_OCTAVES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_amber
TCOD_color_t TCOD_amber;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_azure
TCOD_color_t TCOD_azure;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_black
TCOD_color_t TCOD_black;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_blue
TCOD_color_t TCOD_blue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_brass
TCOD_color_t TCOD_brass;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_celadon
TCOD_color_t TCOD_celadon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_chartreuse
TCOD_color_t TCOD_chartreuse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_colors
TCOD_color_t[TCOD_COLOR_LEVELS][TCOD_COLOR_NB] TCOD_colors;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_copper
TCOD_color_t TCOD_copper;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_crimson
TCOD_color_t TCOD_crimson;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_cyan
TCOD_color_t TCOD_cyan;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_amber
TCOD_color_t TCOD_dark_amber;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_azure
TCOD_color_t TCOD_dark_azure;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_blue
TCOD_color_t TCOD_dark_blue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_chartreuse
TCOD_color_t TCOD_dark_chartreuse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_crimson
TCOD_color_t TCOD_dark_crimson;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_cyan
TCOD_color_t TCOD_dark_cyan;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_flame
TCOD_color_t TCOD_dark_flame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_fuchsia
TCOD_color_t TCOD_dark_fuchsia;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_gray
TCOD_color_t TCOD_dark_gray;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_green
TCOD_color_t TCOD_dark_green;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_grey
TCOD_color_t TCOD_dark_grey;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_han
TCOD_color_t TCOD_dark_han;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_lime
TCOD_color_t TCOD_dark_lime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_magenta
TCOD_color_t TCOD_dark_magenta;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_orange
TCOD_color_t TCOD_dark_orange;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_pink
TCOD_color_t TCOD_dark_pink;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_purple
TCOD_color_t TCOD_dark_purple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_red
TCOD_color_t TCOD_dark_red;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_sea
TCOD_color_t TCOD_dark_sea;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_sepia
TCOD_color_t TCOD_dark_sepia;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_sky
TCOD_color_t TCOD_dark_sky;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_turquoise
TCOD_color_t TCOD_dark_turquoise;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_violet
TCOD_color_t TCOD_dark_violet;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_dark_yellow
TCOD_color_t TCOD_dark_yellow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_amber
TCOD_color_t TCOD_darker_amber;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_azure
TCOD_color_t TCOD_darker_azure;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_blue
TCOD_color_t TCOD_darker_blue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_chartreuse
TCOD_color_t TCOD_darker_chartreuse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_crimson
TCOD_color_t TCOD_darker_crimson;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_cyan
TCOD_color_t TCOD_darker_cyan;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_flame
TCOD_color_t TCOD_darker_flame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_fuchsia
TCOD_color_t TCOD_darker_fuchsia;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_gray
TCOD_color_t TCOD_darker_gray;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_green
TCOD_color_t TCOD_darker_green;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_grey
TCOD_color_t TCOD_darker_grey;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_han
TCOD_color_t TCOD_darker_han;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_lime
TCOD_color_t TCOD_darker_lime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_magenta
TCOD_color_t TCOD_darker_magenta;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_orange
TCOD_color_t TCOD_darker_orange;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_pink
TCOD_color_t TCOD_darker_pink;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_purple
TCOD_color_t TCOD_darker_purple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_red
TCOD_color_t TCOD_darker_red;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_sea
TCOD_color_t TCOD_darker_sea;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_sepia
TCOD_color_t TCOD_darker_sepia;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_sky
TCOD_color_t TCOD_darker_sky;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_turquoise
TCOD_color_t TCOD_darker_turquoise;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_violet
TCOD_color_t TCOD_darker_violet;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darker_yellow
TCOD_color_t TCOD_darker_yellow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_amber
TCOD_color_t TCOD_darkest_amber;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_azure
TCOD_color_t TCOD_darkest_azure;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_blue
TCOD_color_t TCOD_darkest_blue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_chartreuse
TCOD_color_t TCOD_darkest_chartreuse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_crimson
TCOD_color_t TCOD_darkest_crimson;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_cyan
TCOD_color_t TCOD_darkest_cyan;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_flame
TCOD_color_t TCOD_darkest_flame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_fuchsia
TCOD_color_t TCOD_darkest_fuchsia;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_gray
TCOD_color_t TCOD_darkest_gray;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_green
TCOD_color_t TCOD_darkest_green;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_grey
TCOD_color_t TCOD_darkest_grey;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_han
TCOD_color_t TCOD_darkest_han;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_lime
TCOD_color_t TCOD_darkest_lime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_magenta
TCOD_color_t TCOD_darkest_magenta;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_orange
TCOD_color_t TCOD_darkest_orange;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_pink
TCOD_color_t TCOD_darkest_pink;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_purple
TCOD_color_t TCOD_darkest_purple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_red
TCOD_color_t TCOD_darkest_red;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_sea
TCOD_color_t TCOD_darkest_sea;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_sepia
TCOD_color_t TCOD_darkest_sepia;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_sky
TCOD_color_t TCOD_darkest_sky;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_turquoise
TCOD_color_t TCOD_darkest_turquoise;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_violet
TCOD_color_t TCOD_darkest_violet;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_darkest_yellow
TCOD_color_t TCOD_darkest_yellow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_amber
TCOD_color_t TCOD_desaturated_amber;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_azure
TCOD_color_t TCOD_desaturated_azure;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_blue
TCOD_color_t TCOD_desaturated_blue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_chartreuse
TCOD_color_t TCOD_desaturated_chartreuse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_crimson
TCOD_color_t TCOD_desaturated_crimson;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_cyan
TCOD_color_t TCOD_desaturated_cyan;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_flame
TCOD_color_t TCOD_desaturated_flame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_fuchsia
TCOD_color_t TCOD_desaturated_fuchsia;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_green
TCOD_color_t TCOD_desaturated_green;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_han
TCOD_color_t TCOD_desaturated_han;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_lime
TCOD_color_t TCOD_desaturated_lime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_magenta
TCOD_color_t TCOD_desaturated_magenta;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_orange
TCOD_color_t TCOD_desaturated_orange;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_pink
TCOD_color_t TCOD_desaturated_pink;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_purple
TCOD_color_t TCOD_desaturated_purple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_red
TCOD_color_t TCOD_desaturated_red;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_sea
TCOD_color_t TCOD_desaturated_sea;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_sky
TCOD_color_t TCOD_desaturated_sky;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_turquoise
TCOD_color_t TCOD_desaturated_turquoise;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_violet
TCOD_color_t TCOD_desaturated_violet;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_desaturated_yellow
TCOD_color_t TCOD_desaturated_yellow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_flame
TCOD_color_t TCOD_flame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_fuchsia
TCOD_color_t TCOD_fuchsia;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_gold
TCOD_color_t TCOD_gold;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_gray
TCOD_color_t TCOD_gray;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_green
TCOD_color_t TCOD_green;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_grey
TCOD_color_t TCOD_grey;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_han
TCOD_color_t TCOD_han;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_amber
TCOD_color_t TCOD_light_amber;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_azure
TCOD_color_t TCOD_light_azure;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_blue
TCOD_color_t TCOD_light_blue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_chartreuse
TCOD_color_t TCOD_light_chartreuse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_crimson
TCOD_color_t TCOD_light_crimson;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_cyan
TCOD_color_t TCOD_light_cyan;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_flame
TCOD_color_t TCOD_light_flame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_fuchsia
TCOD_color_t TCOD_light_fuchsia;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_gray
TCOD_color_t TCOD_light_gray;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_green
TCOD_color_t TCOD_light_green;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_grey
TCOD_color_t TCOD_light_grey;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_han
TCOD_color_t TCOD_light_han;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_lime
TCOD_color_t TCOD_light_lime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_magenta
TCOD_color_t TCOD_light_magenta;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_orange
TCOD_color_t TCOD_light_orange;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_pink
TCOD_color_t TCOD_light_pink;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_purple
TCOD_color_t TCOD_light_purple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_red
TCOD_color_t TCOD_light_red;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_sea
TCOD_color_t TCOD_light_sea;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_sepia
TCOD_color_t TCOD_light_sepia;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_sky
TCOD_color_t TCOD_light_sky;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_turquoise
TCOD_color_t TCOD_light_turquoise;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_violet
TCOD_color_t TCOD_light_violet;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_light_yellow
TCOD_color_t TCOD_light_yellow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_amber
TCOD_color_t TCOD_lighter_amber;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_azure
TCOD_color_t TCOD_lighter_azure;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_blue
TCOD_color_t TCOD_lighter_blue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_chartreuse
TCOD_color_t TCOD_lighter_chartreuse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_crimson
TCOD_color_t TCOD_lighter_crimson;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_cyan
TCOD_color_t TCOD_lighter_cyan;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_flame
TCOD_color_t TCOD_lighter_flame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_fuchsia
TCOD_color_t TCOD_lighter_fuchsia;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_gray
TCOD_color_t TCOD_lighter_gray;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_green
TCOD_color_t TCOD_lighter_green;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_grey
TCOD_color_t TCOD_lighter_grey;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_han
TCOD_color_t TCOD_lighter_han;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_lime
TCOD_color_t TCOD_lighter_lime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_magenta
TCOD_color_t TCOD_lighter_magenta;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_orange
TCOD_color_t TCOD_lighter_orange;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_pink
TCOD_color_t TCOD_lighter_pink;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_purple
TCOD_color_t TCOD_lighter_purple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_red
TCOD_color_t TCOD_lighter_red;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_sea
TCOD_color_t TCOD_lighter_sea;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_sepia
TCOD_color_t TCOD_lighter_sepia;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_sky
TCOD_color_t TCOD_lighter_sky;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_turquoise
TCOD_color_t TCOD_lighter_turquoise;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_violet
TCOD_color_t TCOD_lighter_violet;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lighter_yellow
TCOD_color_t TCOD_lighter_yellow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_amber
TCOD_color_t TCOD_lightest_amber;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_azure
TCOD_color_t TCOD_lightest_azure;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_blue
TCOD_color_t TCOD_lightest_blue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_chartreuse
TCOD_color_t TCOD_lightest_chartreuse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_crimson
TCOD_color_t TCOD_lightest_crimson;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_cyan
TCOD_color_t TCOD_lightest_cyan;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_flame
TCOD_color_t TCOD_lightest_flame;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_fuchsia
TCOD_color_t TCOD_lightest_fuchsia;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_gray
TCOD_color_t TCOD_lightest_gray;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_green
TCOD_color_t TCOD_lightest_green;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_grey
TCOD_color_t TCOD_lightest_grey;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_han
TCOD_color_t TCOD_lightest_han;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_lime
TCOD_color_t TCOD_lightest_lime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_magenta
TCOD_color_t TCOD_lightest_magenta;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_orange
TCOD_color_t TCOD_lightest_orange;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_pink
TCOD_color_t TCOD_lightest_pink;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_purple
TCOD_color_t TCOD_lightest_purple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_red
TCOD_color_t TCOD_lightest_red;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_sea
TCOD_color_t TCOD_lightest_sea;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_sepia
TCOD_color_t TCOD_lightest_sepia;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_sky
TCOD_color_t TCOD_lightest_sky;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_turquoise
TCOD_color_t TCOD_lightest_turquoise;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_violet
TCOD_color_t TCOD_lightest_violet;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lightest_yellow
TCOD_color_t TCOD_lightest_yellow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_lime
TCOD_color_t TCOD_lime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_magenta
TCOD_color_t TCOD_magenta;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_orange
TCOD_color_t TCOD_orange;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_peach
TCOD_color_t TCOD_peach;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_pink
TCOD_color_t TCOD_pink;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_purple
TCOD_color_t TCOD_purple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_red
TCOD_color_t TCOD_red;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_sea
TCOD_color_t TCOD_sea;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_sepia
TCOD_color_t TCOD_sepia;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_silver
TCOD_color_t TCOD_silver;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_sky
TCOD_color_t TCOD_sky;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_turquoise
TCOD_color_t TCOD_turquoise;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_violet
TCOD_color_t TCOD_violet;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_white
TCOD_color_t TCOD_white;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TCOD_yellow
TCOD_color_t TCOD_yellow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta