tcod.c.functions

This module has been automatically generated.

Members

Aliases

da_TCOD_bsp_contains
alias da_TCOD_bsp_contains = bool function(TCOD_bsp_t*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_bsp_delete
alias da_TCOD_bsp_delete = void function(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.
da_TCOD_bsp_father
alias da_TCOD_bsp_father = TCOD_bsp_t* function(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.
da_TCOD_bsp_find_node
alias da_TCOD_bsp_find_node = TCOD_bsp_t* function(TCOD_bsp_t*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_bsp_is_leaf
alias da_TCOD_bsp_is_leaf = bool function(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.
da_TCOD_bsp_left
alias da_TCOD_bsp_left = TCOD_bsp_t* function(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.
da_TCOD_bsp_new
alias da_TCOD_bsp_new = TCOD_bsp_t* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_bsp_new_with_size
alias da_TCOD_bsp_new_with_size = TCOD_bsp_t* function(int, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_bsp_remove_sons
alias da_TCOD_bsp_remove_sons = void function(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.
da_TCOD_bsp_resize
alias da_TCOD_bsp_resize = void function(TCOD_bsp_t*, int, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_bsp_right
alias da_TCOD_bsp_right = TCOD_bsp_t* function(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.
da_TCOD_bsp_split_once
alias da_TCOD_bsp_split_once = void function(TCOD_bsp_t*, bool, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_bsp_split_recursive
alias da_TCOD_bsp_split_recursive = void function(TCOD_bsp_t*, TCOD_random_t, int, int, int, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_bsp_traverse_in_order
alias da_TCOD_bsp_traverse_in_order = bool function(TCOD_bsp_t*, TCOD_bsp_callback_t, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_bsp_traverse_inverted_level_order
alias da_TCOD_bsp_traverse_inverted_level_order = bool function(TCOD_bsp_t*, TCOD_bsp_callback_t, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_bsp_traverse_level_order
alias da_TCOD_bsp_traverse_level_order = bool function(TCOD_bsp_t*, TCOD_bsp_callback_t, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_bsp_traverse_post_order
alias da_TCOD_bsp_traverse_post_order = bool function(TCOD_bsp_t*, TCOD_bsp_callback_t, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_bsp_traverse_pre_order
alias da_TCOD_bsp_traverse_pre_order = bool function(TCOD_bsp_t*, TCOD_bsp_callback_t, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_close_library
alias da_TCOD_close_library = void function(TCOD_library_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_color_HSV
alias da_TCOD_color_HSV = TCOD_color_t function(float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_color_RGB
alias da_TCOD_color_RGB = TCOD_color_t function(uint8, uint8, uint8)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_color_add
alias da_TCOD_color_add = TCOD_color_t function(TCOD_color_t, 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.
da_TCOD_color_equals
alias da_TCOD_color_equals = bool function(TCOD_color_t, 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.
da_TCOD_color_gen_map
alias da_TCOD_color_gen_map = void function(TCOD_color_t*, int, const TCOD_color_t*, const int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_color_get_HSV
alias da_TCOD_color_get_HSV = void function(TCOD_color_t, float*, float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_color_get_hue
alias da_TCOD_color_get_hue = float function(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.
da_TCOD_color_get_saturation
alias da_TCOD_color_get_saturation = float function(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.
da_TCOD_color_get_value
alias da_TCOD_color_get_value = float function(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.
da_TCOD_color_lerp
alias da_TCOD_color_lerp = TCOD_color_t function(TCOD_color_t, TCOD_color_t, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_color_multiply
alias da_TCOD_color_multiply = TCOD_color_t function(TCOD_color_t, 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.
da_TCOD_color_multiply_scalar
alias da_TCOD_color_multiply_scalar = TCOD_color_t function(TCOD_color_t, TCOD_color_t, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_color_scale_HSV
alias da_TCOD_color_scale_HSV = void function(TCOD_color_t*, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_color_set_HSV
alias da_TCOD_color_set_HSV = void function(TCOD_color_t*, float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_color_set_hue
alias da_TCOD_color_set_hue = void function(TCOD_color_t*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_color_set_saturation
alias da_TCOD_color_set_saturation = void function(TCOD_color_t*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_color_set_value
alias da_TCOD_color_set_value = void function(TCOD_color_t*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_color_shift_hue
alias da_TCOD_color_shift_hue = void function(TCOD_color_t*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_color_subtract
alias da_TCOD_color_subtract = TCOD_color_t function(TCOD_color_t, 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.
da_TCOD_condition_broadcast
alias da_TCOD_condition_broadcast = void function(TCOD_cond_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_condition_delete
alias da_TCOD_condition_delete = void function(TCOD_cond_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_condition_new
alias da_TCOD_condition_new = TCOD_cond_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_condition_signal
alias da_TCOD_condition_signal = void function(TCOD_cond_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_condition_wait
alias da_TCOD_condition_wait = void function(TCOD_cond_t, TCOD_mutex_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_blit
alias da_TCOD_console_blit = void function(TCOD_console_t, int, int, int, int, TCOD_console_t, int, int, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_check_for_keypress
alias da_TCOD_console_check_for_keypress = TCOD_key_t function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_clear
alias da_TCOD_console_clear = void function(TCOD_console_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_credits
alias da_TCOD_console_credits = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_credits_render
alias da_TCOD_console_credits_render = bool function(int, int, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_credits_reset
alias da_TCOD_console_credits_reset = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_delete
alias da_TCOD_console_delete = void function(TCOD_console_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_flush
alias da_TCOD_console_flush = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_from_file
alias da_TCOD_console_from_file = TCOD_console_t function(charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_from_xp
alias da_TCOD_console_from_xp = TCOD_console_t function(charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_get_alignment
alias da_TCOD_console_get_alignment = TCOD_alignment_t function(TCOD_console_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_get_background_color_image
alias da_TCOD_console_get_background_color_image = TCOD_image_t function(TCOD_console_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_get_background_flag
alias da_TCOD_console_get_background_flag = TCOD_bkgnd_flag_t function(TCOD_console_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_get_char
alias da_TCOD_console_get_char = int function(TCOD_console_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_get_char_background
alias da_TCOD_console_get_char_background = TCOD_color_t function(TCOD_console_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_get_char_foreground
alias da_TCOD_console_get_char_foreground = TCOD_color_t function(TCOD_console_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_get_default_background
alias da_TCOD_console_get_default_background = TCOD_color_t function(TCOD_console_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_get_default_foreground
alias da_TCOD_console_get_default_foreground = TCOD_color_t function(TCOD_console_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_get_fade
alias da_TCOD_console_get_fade = ubyte function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_get_fading_color
alias da_TCOD_console_get_fading_color = TCOD_color_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_get_foreground_color_image
alias da_TCOD_console_get_foreground_color_image = TCOD_image_t function(TCOD_console_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_get_height
alias da_TCOD_console_get_height = int function(TCOD_console_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_get_height_rect
alias da_TCOD_console_get_height_rect = int function(TCOD_console_t, int, int, int, int, charptr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_get_height_rect_utf
alias da_TCOD_console_get_height_rect_utf = int function(TCOD_console_t, int, int, int, int, wchar_tptr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_get_width
alias da_TCOD_console_get_width = int function(TCOD_console_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_has_mouse_focus
alias da_TCOD_console_has_mouse_focus = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_hline
alias da_TCOD_console_hline = void function(TCOD_console_t, int, int, int, TCOD_bkgnd_flag_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_init_root
alias da_TCOD_console_init_root = void function(int, int, charptr, bool, TCOD_renderer_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_is_active
alias da_TCOD_console_is_active = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_is_fullscreen
alias da_TCOD_console_is_fullscreen = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_is_key_pressed
alias da_TCOD_console_is_key_pressed = bool function(TCOD_keycode_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_is_window_closed
alias da_TCOD_console_is_window_closed = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_list_from_xp
alias da_TCOD_console_list_from_xp = TCOD_list_t function(charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_list_save_xp
alias da_TCOD_console_list_save_xp = bool function(TCOD_list_t, charptr, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_load_apf
alias da_TCOD_console_load_apf = bool function(TCOD_console_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_load_asc
alias da_TCOD_console_load_asc = bool function(TCOD_console_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_load_xp
alias da_TCOD_console_load_xp = bool function(TCOD_console_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_map_ascii_code_to_font
alias da_TCOD_console_map_ascii_code_to_font = void function(int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_map_ascii_codes_to_font
alias da_TCOD_console_map_ascii_codes_to_font = void function(int, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_map_string_to_font
alias da_TCOD_console_map_string_to_font = void function(charptr, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_map_string_to_font_utf
alias da_TCOD_console_map_string_to_font_utf = void function(wchar_tptr, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_new
alias da_TCOD_console_new = TCOD_console_t function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_print
alias da_TCOD_console_print = void function(TCOD_console_t, int, int, charptr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_print_ex
alias da_TCOD_console_print_ex = void function(TCOD_console_t, int, int, TCOD_bkgnd_flag_t, TCOD_alignment_t, charptr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_print_ex_utf
alias da_TCOD_console_print_ex_utf = void function(TCOD_console_t, int, int, TCOD_bkgnd_flag_t, TCOD_alignment_t, wchar_tptr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_print_frame
alias da_TCOD_console_print_frame = void function(TCOD_console_t, int, int, int, int, bool, TCOD_bkgnd_flag_t, charptr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_print_rect
alias da_TCOD_console_print_rect = int function(TCOD_console_t, int, int, int, int, charptr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_print_rect_ex
alias da_TCOD_console_print_rect_ex = int function(TCOD_console_t, int, int, int, int, TCOD_bkgnd_flag_t, TCOD_alignment_t, charptr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_print_rect_ex_utf
alias da_TCOD_console_print_rect_ex_utf = int function(TCOD_console_t, int, int, int, int, TCOD_bkgnd_flag_t, TCOD_alignment_t, wchar_tptr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_print_rect_utf
alias da_TCOD_console_print_rect_utf = int function(TCOD_console_t, int, int, int, int, wchar_tptr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_print_utf
alias da_TCOD_console_print_utf = void function(TCOD_console_t, int, int, wchar_tptr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_put_char
alias da_TCOD_console_put_char = void function(TCOD_console_t, int, int, int, TCOD_bkgnd_flag_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_put_char_ex
alias da_TCOD_console_put_char_ex = void function(TCOD_console_t, int, int, int, TCOD_color_t, 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.
da_TCOD_console_rect
alias da_TCOD_console_rect = void function(TCOD_console_t, int, int, int, int, bool, TCOD_bkgnd_flag_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_save_apf
alias da_TCOD_console_save_apf = bool function(TCOD_console_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_save_asc
alias da_TCOD_console_save_asc = bool function(TCOD_console_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_save_xp
alias da_TCOD_console_save_xp = bool function(TCOD_console_t, charptr, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_set_alignment
alias da_TCOD_console_set_alignment = void function(TCOD_console_t, TCOD_alignment_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_set_background_flag
alias da_TCOD_console_set_background_flag = void function(TCOD_console_t, TCOD_bkgnd_flag_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_set_char
alias da_TCOD_console_set_char = void function(TCOD_console_t, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_set_char_background
alias da_TCOD_console_set_char_background = void function(TCOD_console_t, int, int, TCOD_color_t, TCOD_bkgnd_flag_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_set_char_foreground
alias da_TCOD_console_set_char_foreground = void function(TCOD_console_t, int, int, 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.
da_TCOD_console_set_color_control
alias da_TCOD_console_set_color_control = void function(TCOD_colctrl_t, TCOD_color_t, 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.
da_TCOD_console_set_custom_font
alias da_TCOD_console_set_custom_font = void function(charptr, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_set_default_background
alias da_TCOD_console_set_default_background = void function(TCOD_console_t, 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.
da_TCOD_console_set_default_foreground
alias da_TCOD_console_set_default_foreground = void function(TCOD_console_t, 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.
da_TCOD_console_set_dirty
alias da_TCOD_console_set_dirty = void function(int, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_set_fade
alias da_TCOD_console_set_fade = void function(ubyte, 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.
da_TCOD_console_set_fullscreen
alias da_TCOD_console_set_fullscreen = void function(bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_set_key_color
alias da_TCOD_console_set_key_color = void function(TCOD_console_t, 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.
da_TCOD_console_set_window_title
alias da_TCOD_console_set_window_title = void function(charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_vline
alias da_TCOD_console_vline = void function(TCOD_console_t, int, int, int, TCOD_bkgnd_flag_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_console_wait_for_keypress
alias da_TCOD_console_wait_for_keypress = TCOD_key_t function(bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_dijkstra_compute
alias da_TCOD_dijkstra_compute = void function(TCOD_dijkstra_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_dijkstra_delete
alias da_TCOD_dijkstra_delete = void function(TCOD_dijkstra_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_dijkstra_get
alias da_TCOD_dijkstra_get = void function(TCOD_dijkstra_t, int, int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_dijkstra_get_distance
alias da_TCOD_dijkstra_get_distance = float function(TCOD_dijkstra_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_dijkstra_is_empty
alias da_TCOD_dijkstra_is_empty = bool function(TCOD_dijkstra_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_dijkstra_new
alias da_TCOD_dijkstra_new = TCOD_dijkstra_t function(TCOD_map_t, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_dijkstra_new_using_function
alias da_TCOD_dijkstra_new_using_function = TCOD_dijkstra_t function(int, int, TCOD_path_func_t, void*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_dijkstra_path_set
alias da_TCOD_dijkstra_path_set = bool function(TCOD_dijkstra_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_dijkstra_path_walk
alias da_TCOD_dijkstra_path_walk = bool function(TCOD_dijkstra_t, int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_dijkstra_reverse
alias da_TCOD_dijkstra_reverse = void function(TCOD_dijkstra_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_dijkstra_size
alias da_TCOD_dijkstra_size = int function(TCOD_dijkstra_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_get_function_address
alias da_TCOD_get_function_address = void* function(TCOD_library_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_add
alias da_TCOD_heightmap_add = void function(TCOD_heightmap_t*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_add_fbm
alias da_TCOD_heightmap_add_fbm = void function(TCOD_heightmap_t*, TCOD_noise_t, float, float, float, float, float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_add_hill
alias da_TCOD_heightmap_add_hill = void function(TCOD_heightmap_t*, float, float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_add_hm
alias da_TCOD_heightmap_add_hm = void function(const TCOD_heightmap_t*, const TCOD_heightmap_t*, 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.
da_TCOD_heightmap_add_voronoi
alias da_TCOD_heightmap_add_voronoi = void function(TCOD_heightmap_t*, int, int, const float*, TCOD_random_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_clamp
alias da_TCOD_heightmap_clamp = void function(TCOD_heightmap_t*, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_clear
alias da_TCOD_heightmap_clear = void function(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.
da_TCOD_heightmap_copy
alias da_TCOD_heightmap_copy = void function(const TCOD_heightmap_t*, 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.
da_TCOD_heightmap_count_cells
alias da_TCOD_heightmap_count_cells = int function(const TCOD_heightmap_t*, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_delete
alias da_TCOD_heightmap_delete = void function(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.
da_TCOD_heightmap_dig_bezier
alias da_TCOD_heightmap_dig_bezier = void function(TCOD_heightmap_t*, int[4], int[4], float, float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_dig_hill
alias da_TCOD_heightmap_dig_hill = void function(TCOD_heightmap_t*, float, float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_get_interpolated_value
alias da_TCOD_heightmap_get_interpolated_value = float function(const TCOD_heightmap_t*, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_get_minmax
alias da_TCOD_heightmap_get_minmax = void function(const TCOD_heightmap_t*, float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_get_normal
alias da_TCOD_heightmap_get_normal = void function(const TCOD_heightmap_t*, float, float, float[3], float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_get_slope
alias da_TCOD_heightmap_get_slope = float function(const TCOD_heightmap_t*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_get_value
alias da_TCOD_heightmap_get_value = float function(const TCOD_heightmap_t*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_has_land_on_border
alias da_TCOD_heightmap_has_land_on_border = bool function(const TCOD_heightmap_t*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_islandify
alias da_TCOD_heightmap_islandify = void function(TCOD_heightmap_t*, float, TCOD_random_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_kernel_transform
alias da_TCOD_heightmap_kernel_transform = void function(TCOD_heightmap_t*, int, const int*, const int*, const float*, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_lerp_hm
alias da_TCOD_heightmap_lerp_hm = void function(const TCOD_heightmap_t*, const TCOD_heightmap_t*, TCOD_heightmap_t*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_mid_point_displacement
alias da_TCOD_heightmap_mid_point_displacement = void function(TCOD_heightmap_t*, TCOD_random_t, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_multiply_hm
alias da_TCOD_heightmap_multiply_hm = void function(const TCOD_heightmap_t*, const TCOD_heightmap_t*, 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.
da_TCOD_heightmap_new
alias da_TCOD_heightmap_new = TCOD_heightmap_t* function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_normalize
alias da_TCOD_heightmap_normalize = void function(TCOD_heightmap_t*, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_rain_erosion
alias da_TCOD_heightmap_rain_erosion = void function(TCOD_heightmap_t*, int, float, float, TCOD_random_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_scale
alias da_TCOD_heightmap_scale = void function(TCOD_heightmap_t*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_scale_fbm
alias da_TCOD_heightmap_scale_fbm = void function(TCOD_heightmap_t*, TCOD_noise_t, float, float, float, float, float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_heightmap_set_value
alias da_TCOD_heightmap_set_value = void function(TCOD_heightmap_t*, int, int, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_blit
alias da_TCOD_image_blit = void function(TCOD_image_t, TCOD_console_t, float, float, TCOD_bkgnd_flag_t, float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_blit_2x
alias da_TCOD_image_blit_2x = void function(TCOD_image_t, TCOD_console_t, int, int, int, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_blit_rect
alias da_TCOD_image_blit_rect = void function(TCOD_image_t, TCOD_console_t, int, int, int, int, TCOD_bkgnd_flag_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_clear
alias da_TCOD_image_clear = void function(TCOD_image_t, 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.
da_TCOD_image_delete
alias da_TCOD_image_delete = void function(TCOD_image_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_from_console
alias da_TCOD_image_from_console = TCOD_image_t function(TCOD_console_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_get_alpha
alias da_TCOD_image_get_alpha = int function(TCOD_image_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_get_mipmap_pixel
alias da_TCOD_image_get_mipmap_pixel = TCOD_color_t function(TCOD_image_t, float, float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_get_pixel
alias da_TCOD_image_get_pixel = TCOD_color_t function(TCOD_image_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_get_size
alias da_TCOD_image_get_size = void function(TCOD_image_t, int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_hflip
alias da_TCOD_image_hflip = void function(TCOD_image_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_invert
alias da_TCOD_image_invert = void function(TCOD_image_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_is_pixel_transparent
alias da_TCOD_image_is_pixel_transparent = bool function(TCOD_image_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_load
alias da_TCOD_image_load = TCOD_image_t function(charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_new
alias da_TCOD_image_new = TCOD_image_t function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_put_pixel
alias da_TCOD_image_put_pixel = void function(TCOD_image_t, int, int, 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.
da_TCOD_image_refresh_console
alias da_TCOD_image_refresh_console = void function(TCOD_image_t, TCOD_console_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_rotate90
alias da_TCOD_image_rotate90 = void function(TCOD_image_t, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_save
alias da_TCOD_image_save = void function(TCOD_image_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_scale
alias da_TCOD_image_scale = void function(TCOD_image_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_image_set_key_color
alias da_TCOD_image_set_key_color = void function(TCOD_image_t, 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.
da_TCOD_image_vflip
alias da_TCOD_image_vflip = void function(TCOD_image_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_lex_delete
alias da_TCOD_lex_delete = void function(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.
da_TCOD_lex_expect_token_type
alias da_TCOD_lex_expect_token_type = bool function(TCOD_lex_t*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_lex_expect_token_value
alias da_TCOD_lex_expect_token_value = bool function(TCOD_lex_t*, int, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_lex_get_last_error
alias da_TCOD_lex_get_last_error = char* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_lex_get_last_javadoc
alias da_TCOD_lex_get_last_javadoc = char* function(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.
da_TCOD_lex_get_token_name
alias da_TCOD_lex_get_token_name = charptr function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_lex_hextoint
alias da_TCOD_lex_hextoint = int function(char)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_lex_new
alias da_TCOD_lex_new = TCOD_lex_t* function(charptr*, charptr*, charptr, charptr, charptr, charptr, charptr, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_lex_new_intern
alias da_TCOD_lex_new_intern = TCOD_lex_t* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_lex_parse
alias da_TCOD_lex_parse = int function(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.
da_TCOD_lex_parse_until_token_type
alias da_TCOD_lex_parse_until_token_type = int function(TCOD_lex_t*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_lex_parse_until_token_value
alias da_TCOD_lex_parse_until_token_value = int function(TCOD_lex_t*, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_lex_restore
alias da_TCOD_lex_restore = void function(TCOD_lex_t*, 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.
da_TCOD_lex_savepoint
alias da_TCOD_lex_savepoint = void function(TCOD_lex_t*, 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.
da_TCOD_lex_set_data_buffer
alias da_TCOD_lex_set_data_buffer = void function(TCOD_lex_t*, char* dat)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_lex_set_data_file
alias da_TCOD_lex_set_data_file = bool function(TCOD_lex_t*, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_line
alias da_TCOD_line = bool function(int, int, int, int, TCOD_line_listener_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_line_init
alias da_TCOD_line_init = void function(int, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_line_init_mt
alias da_TCOD_line_init_mt = void function(int, int, int, int, 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.
da_TCOD_line_mt
alias da_TCOD_line_mt = bool function(int, int, int, int, TCOD_line_listener_t, 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.
da_TCOD_line_step
alias da_TCOD_line_step = bool function(int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_line_step_mt
alias da_TCOD_line_step_mt = bool function(int*, int*, 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.
da_TCOD_list_add_all
alias da_TCOD_list_add_all = void function(TCOD_list_t, TCOD_list_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_allocate
alias da_TCOD_list_allocate = TCOD_list_t function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_begin
alias da_TCOD_list_begin = void** function(TCOD_list_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_clear
alias da_TCOD_list_clear = void function(TCOD_list_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_clear_and_delete
alias da_TCOD_list_clear_and_delete = void function(TCOD_list_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_contains
alias da_TCOD_list_contains = bool function(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.
da_TCOD_list_delete
alias da_TCOD_list_delete = void function(TCOD_list_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_duplicate
alias da_TCOD_list_duplicate = TCOD_list_t function(TCOD_list_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_end
alias da_TCOD_list_end = void** function(TCOD_list_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_get
alias da_TCOD_list_get = void* function(TCOD_list_t, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_insert_before
alias da_TCOD_list_insert_before = void** function(TCOD_list_t, void*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_is_empty
alias da_TCOD_list_is_empty = bool function(TCOD_list_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_new
alias da_TCOD_list_new = TCOD_list_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_peek
alias da_TCOD_list_peek = void* function(TCOD_list_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_pop
alias da_TCOD_list_pop = void* function(TCOD_list_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_push
alias da_TCOD_list_push = void function(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.
da_TCOD_list_remove
alias da_TCOD_list_remove = void function(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.
da_TCOD_list_remove_iterator
alias da_TCOD_list_remove_iterator = void** function(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.
da_TCOD_list_remove_iterator_fast
alias da_TCOD_list_remove_iterator_fast = void** function(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.
da_TCOD_list_reverse
alias da_TCOD_list_reverse = void function(TCOD_list_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_set
alias da_TCOD_list_set = void function(TCOD_list_t, void*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_list_size
alias da_TCOD_list_size = int function(TCOD_list_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_load_library
alias da_TCOD_load_library = TCOD_library_t function(charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_map_clear
alias da_TCOD_map_clear = void function(TCOD_map_t, bool, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_map_compute_fov
alias da_TCOD_map_compute_fov = void function(TCOD_map_t, int, int, int, bool, TCOD_fov_algorithm_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_map_copy
alias da_TCOD_map_copy = void function(TCOD_map_t, TCOD_map_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_map_delete
alias da_TCOD_map_delete = void function(TCOD_map_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_map_get_height
alias da_TCOD_map_get_height = int function(TCOD_map_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_map_get_nb_cells
alias da_TCOD_map_get_nb_cells = int function(TCOD_map_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_map_get_width
alias da_TCOD_map_get_width = int function(TCOD_map_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_map_is_in_fov
alias da_TCOD_map_is_in_fov = bool function(TCOD_map_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_map_is_transparent
alias da_TCOD_map_is_transparent = bool function(TCOD_map_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_map_is_walkable
alias da_TCOD_map_is_walkable = bool function(TCOD_map_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_map_new
alias da_TCOD_map_new = TCOD_map_t function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_map_set_in_fov
alias da_TCOD_map_set_in_fov = void function(TCOD_map_t, int, int, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_map_set_properties
alias da_TCOD_map_set_properties = void function(TCOD_map_t, int, int, bool, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_mouse_get_status
alias da_TCOD_mouse_get_status = TCOD_mouse_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_mouse_includes_touch
alias da_TCOD_mouse_includes_touch = void function(bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_mouse_is_cursor_visible
alias da_TCOD_mouse_is_cursor_visible = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_mouse_move
alias da_TCOD_mouse_move = void function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_mouse_show_cursor
alias da_TCOD_mouse_show_cursor = void function(bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_mutex_delete
alias da_TCOD_mutex_delete = void function(TCOD_mutex_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_mutex_in
alias da_TCOD_mutex_in = void function(TCOD_mutex_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_mutex_new
alias da_TCOD_mutex_new = TCOD_mutex_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_mutex_out
alias da_TCOD_mutex_out = void function(TCOD_mutex_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_namegen_destroy
alias da_TCOD_namegen_destroy = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_namegen_generate
alias da_TCOD_namegen_generate = charptr function(charptr, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_namegen_generate_custom
alias da_TCOD_namegen_generate_custom = charptr function(charptr, charptr, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_namegen_get_sets
alias da_TCOD_namegen_get_sets = TCOD_list_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_namegen_parse
alias da_TCOD_namegen_parse = void function(charptr, TCOD_random_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_noise_delete
alias da_TCOD_noise_delete = void function(TCOD_noise_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_noise_get
alias da_TCOD_noise_get = float function(TCOD_noise_t, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_noise_get_ex
alias da_TCOD_noise_get_ex = float function(TCOD_noise_t, float*, TCOD_noise_type_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_noise_get_fbm
alias da_TCOD_noise_get_fbm = float function(TCOD_noise_t, float*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_noise_get_fbm_ex
alias da_TCOD_noise_get_fbm_ex = float function(TCOD_noise_t, float*, float, TCOD_noise_type_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_noise_get_turbulence
alias da_TCOD_noise_get_turbulence = float function(TCOD_noise_t, float*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_noise_get_turbulence_ex
alias da_TCOD_noise_get_turbulence_ex = float function(TCOD_noise_t, float*, float, TCOD_noise_type_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_noise_new
alias da_TCOD_noise_new = TCOD_noise_t function(int, float, float, TCOD_random_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_noise_set_type
alias da_TCOD_noise_set_type = void function(TCOD_noise_t, TCOD_noise_type_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parse_bool_value
alias da_TCOD_parse_bool_value = TCOD_value_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parse_char_value
alias da_TCOD_parse_char_value = TCOD_value_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parse_color_value
alias da_TCOD_parse_color_value = TCOD_value_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parse_dice_value
alias da_TCOD_parse_dice_value = TCOD_value_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parse_float_value
alias da_TCOD_parse_float_value = TCOD_value_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parse_integer_value
alias da_TCOD_parse_integer_value = TCOD_value_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parse_property_value
alias da_TCOD_parse_property_value = TCOD_value_t function(TCOD_parser_int_t*, TCOD_parser_struct_t, charptr, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parse_string_value
alias da_TCOD_parse_string_value = TCOD_value_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parse_value_list_value
alias da_TCOD_parse_value_list_value = TCOD_value_t function(TCOD_struct_int_t*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_delete
alias da_TCOD_parser_delete = void function(TCOD_parser_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_error
alias da_TCOD_parser_error = void function(charptr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_get_bool_property
alias da_TCOD_parser_get_bool_property = bool function(TCOD_parser_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_get_char_property
alias da_TCOD_parser_get_char_property = int function(TCOD_parser_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_get_color_property
alias da_TCOD_parser_get_color_property = TCOD_color_t function(TCOD_parser_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_get_custom_property
alias da_TCOD_parser_get_custom_property = void* function(TCOD_parser_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_get_dice_property
alias da_TCOD_parser_get_dice_property = TCOD_dice_t function(TCOD_parser_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_get_dice_property_py
alias da_TCOD_parser_get_dice_property_py = void function(TCOD_parser_t, charptr, 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.
da_TCOD_parser_get_float_property
alias da_TCOD_parser_get_float_property = float function(TCOD_parser_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_get_int_property
alias da_TCOD_parser_get_int_property = int function(TCOD_parser_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_get_list_property
alias da_TCOD_parser_get_list_property = TCOD_list_t function(TCOD_parser_t, charptr, TCOD_value_type_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_get_string_property
alias da_TCOD_parser_get_string_property = charptr function(TCOD_parser_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_has_property
alias da_TCOD_parser_has_property = bool function(TCOD_parser_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_new
alias da_TCOD_parser_new = TCOD_parser_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_new_custom_type
alias da_TCOD_parser_new_custom_type = TCOD_parser_struct_t function(TCOD_parser_t, TCOD_parser_custom_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_new_struct
alias da_TCOD_parser_new_struct = TCOD_parser_struct_t function(TCOD_parser_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_parser_run
alias da_TCOD_parser_run = void function(TCOD_parser_t, charptr, 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.
da_TCOD_path_compute
alias da_TCOD_path_compute = bool function(TCOD_path_t, int, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_path_delete
alias da_TCOD_path_delete = void function(TCOD_path_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_path_get
alias da_TCOD_path_get = void function(TCOD_path_t, int, int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_path_get_destination
alias da_TCOD_path_get_destination = void function(TCOD_path_t, int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_path_get_origin
alias da_TCOD_path_get_origin = void function(TCOD_path_t, int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_path_is_empty
alias da_TCOD_path_is_empty = bool function(TCOD_path_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_path_new_using_function
alias da_TCOD_path_new_using_function = TCOD_path_t function(int, int, TCOD_path_func_t, void*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_path_new_using_map
alias da_TCOD_path_new_using_map = TCOD_path_t function(TCOD_map_t, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_path_reverse
alias da_TCOD_path_reverse = void function(TCOD_path_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_path_size
alias da_TCOD_path_size = int function(TCOD_path_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_path_walk
alias da_TCOD_path_walk = bool function(TCOD_path_t, int*, int*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_random_delete
alias da_TCOD_random_delete = void function(TCOD_random_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_random_dice_new
alias da_TCOD_random_dice_new = TCOD_dice_t function(charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_random_dice_roll
alias da_TCOD_random_dice_roll = int function(TCOD_random_t, 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.
da_TCOD_random_dice_roll_s
alias da_TCOD_random_dice_roll_s = int function(TCOD_random_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_random_get_double
alias da_TCOD_random_get_double = double function(TCOD_random_t, double, double)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_random_get_double_mean
alias da_TCOD_random_get_double_mean = double function(TCOD_random_t, double, double, double)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_random_get_float
alias da_TCOD_random_get_float = float function(TCOD_random_t, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_random_get_float_mean
alias da_TCOD_random_get_float_mean = float function(TCOD_random_t, float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_random_get_instance
alias da_TCOD_random_get_instance = TCOD_random_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_random_get_int
alias da_TCOD_random_get_int = int function(TCOD_random_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_random_get_int_mean
alias da_TCOD_random_get_int_mean = int function(TCOD_random_t, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_random_new
alias da_TCOD_random_new = TCOD_random_t function(TCOD_random_algo_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_random_new_from_seed
alias da_TCOD_random_new_from_seed = TCOD_random_t function(TCOD_random_algo_t, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_random_restore
alias da_TCOD_random_restore = void function(TCOD_random_t, TCOD_random_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_random_save
alias da_TCOD_random_save = TCOD_random_t function(TCOD_random_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_random_set_distribution
alias da_TCOD_random_set_distribution = void function(TCOD_random_t, TCOD_distribution_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_semaphore_delete
alias da_TCOD_semaphore_delete = void function(TCOD_semaphore_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_semaphore_lock
alias da_TCOD_semaphore_lock = void function(TCOD_semaphore_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_semaphore_new
alias da_TCOD_semaphore_new = TCOD_semaphore_t function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_semaphore_unlock
alias da_TCOD_semaphore_unlock = void function(TCOD_semaphore_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_struct_add_flag
alias da_TCOD_struct_add_flag = void function(TCOD_parser_struct_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_struct_add_list_property
alias da_TCOD_struct_add_list_property = void function(TCOD_parser_struct_t, charptr, TCOD_value_type_t, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_struct_add_property
alias da_TCOD_struct_add_property = void function(TCOD_parser_struct_t, charptr, TCOD_value_type_t, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_struct_add_structure
alias da_TCOD_struct_add_structure = void function(TCOD_parser_struct_t, TCOD_parser_struct_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_struct_add_value_list
alias da_TCOD_struct_add_value_list = void function(TCOD_parser_struct_t, charptr, charptr*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_struct_add_value_list_sized
alias da_TCOD_struct_add_value_list_sized = void function(TCOD_parser_struct_t, charptr, charptr*, int, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_struct_get_name
alias da_TCOD_struct_get_name = charptr function(TCOD_parser_struct_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_struct_get_type
alias da_TCOD_struct_get_type = TCOD_value_type_t function(TCOD_parser_struct_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_struct_is_mandatory
alias da_TCOD_struct_is_mandatory = bool function(TCOD_parser_struct_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_check_for_event
alias da_TCOD_sys_check_for_event = TCOD_event_t function(int, TCOD_key_t*, 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.
da_TCOD_sys_clipboard_get
alias da_TCOD_sys_clipboard_get = charptr function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_clipboard_set
alias da_TCOD_sys_clipboard_set = void function(charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_create_directory
alias da_TCOD_sys_create_directory = bool function(charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_delete_directory
alias da_TCOD_sys_delete_directory = bool function(charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_delete_file
alias da_TCOD_sys_delete_file = bool function(charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_elapsed_milli
alias da_TCOD_sys_elapsed_milli = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_elapsed_seconds
alias da_TCOD_sys_elapsed_seconds = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_file_exists
alias da_TCOD_sys_file_exists = bool function(charptr, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_force_fullscreen_resolution
alias da_TCOD_sys_force_fullscreen_resolution = void function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_get_SDL_renderer
alias da_TCOD_sys_get_SDL_renderer = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_get_char_size
alias da_TCOD_sys_get_char_size = void function(int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_get_current_resolution
alias da_TCOD_sys_get_current_resolution = void function(int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_get_directory_content
alias da_TCOD_sys_get_directory_content = TCOD_list_t function(charptr, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_get_fps
alias da_TCOD_sys_get_fps = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_get_fullscreen_offsets
alias da_TCOD_sys_get_fullscreen_offsets = void function(int*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_get_last_frame_length
alias da_TCOD_sys_get_last_frame_length = float function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_get_num_cores
alias da_TCOD_sys_get_num_cores = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_get_renderer
alias da_TCOD_sys_get_renderer = TCOD_renderer_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_is_directory
alias da_TCOD_sys_is_directory = bool function(charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_read_file
alias da_TCOD_sys_read_file = bool function(charptr, charptr*, uint32*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_register_SDL_renderer
alias da_TCOD_sys_register_SDL_renderer = void function(SDL_renderer_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_save_screenshot
alias da_TCOD_sys_save_screenshot = void function(charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_set_fps
alias da_TCOD_sys_set_fps = void function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_set_renderer
alias da_TCOD_sys_set_renderer = void function(TCOD_renderer_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_sleep_milli
alias da_TCOD_sys_sleep_milli = void function(uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_update_char
alias da_TCOD_sys_update_char = void function(int, int, int, TCOD_image_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_wait_for_event
alias da_TCOD_sys_wait_for_event = TCOD_event_t function(int, TCOD_key_t*, TCOD_mouse_t*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_sys_write_file
alias da_TCOD_sys_write_file = bool function(charptr, charptr, uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_text_delete
alias da_TCOD_text_delete = void function(TCOD_text_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_text_get
alias da_TCOD_text_get = charptr function(TCOD_text_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_text_init
alias da_TCOD_text_init = TCOD_text_t function(int, int, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_text_init2
alias da_TCOD_text_init2 = TCOD_text_t function(int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_text_render
alias da_TCOD_text_render = void function(TCOD_text_t, TCOD_console_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_text_reset
alias da_TCOD_text_reset = void function(TCOD_text_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_text_set_colors
alias da_TCOD_text_set_colors = void function(TCOD_text_t, TCOD_color_t, TCOD_color_t, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_text_set_pos
alias da_TCOD_text_set_pos = void function(TCOD_text_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_text_set_properties
alias da_TCOD_text_set_properties = void function(TCOD_text_t, int, int, charptr, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_text_update
alias da_TCOD_text_update = bool function(TCOD_text_t, 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.
da_TCOD_thread_delete
alias da_TCOD_thread_delete = void function(TCOD_thread_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_thread_new
alias da_TCOD_thread_new = TCOD_thread_t function(int function(void*)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_thread_wait
alias da_TCOD_thread_wait = void function(TCOD_thread_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_tree_add_son
alias da_TCOD_tree_add_son = void function(TCOD_tree_t*, 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.
da_TCOD_tree_new
alias da_TCOD_tree_new = TCOD_tree_t* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_delete
alias da_TCOD_zip_delete = void function(TCOD_zip_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_get_char
alias da_TCOD_zip_get_char = char function(TCOD_zip_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_get_color
alias da_TCOD_zip_get_color = TCOD_color_t function(TCOD_zip_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_get_console
alias da_TCOD_zip_get_console = TCOD_console_t function(TCOD_zip_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_get_current_bytes
alias da_TCOD_zip_get_current_bytes = uint32 function(TCOD_zip_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_get_data
alias da_TCOD_zip_get_data = int function(TCOD_zip_t, int, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_get_float
alias da_TCOD_zip_get_float = float function(TCOD_zip_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_get_image
alias da_TCOD_zip_get_image = TCOD_image_t function(TCOD_zip_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_get_int
alias da_TCOD_zip_get_int = int function(TCOD_zip_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_get_remaining_bytes
alias da_TCOD_zip_get_remaining_bytes = uint32 function(TCOD_zip_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_get_string
alias da_TCOD_zip_get_string = char* function(TCOD_zip_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_load_from_file
alias da_TCOD_zip_load_from_file = int function(TCOD_zip_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_new
alias da_TCOD_zip_new = TCOD_zip_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_put_char
alias da_TCOD_zip_put_char = void function(TCOD_zip_t, char)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_put_color
alias da_TCOD_zip_put_color = void function(TCOD_zip_t, const 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.
da_TCOD_zip_put_console
alias da_TCOD_zip_put_console = void function(TCOD_zip_t, const TCOD_console_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_put_data
alias da_TCOD_zip_put_data = void function(TCOD_zip_t, int, const void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_put_float
alias da_TCOD_zip_put_float = void function(TCOD_zip_t, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_put_image
alias da_TCOD_zip_put_image = void function(TCOD_zip_t, const TCOD_image_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_put_int
alias da_TCOD_zip_put_int = void function(TCOD_zip_t, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_put_string
alias da_TCOD_zip_put_string = void function(TCOD_zip_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_save_to_file
alias da_TCOD_zip_save_to_file = int function(TCOD_zip_t, charptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_TCOD_zip_skip_bytes
alias da_TCOD_zip_skip_bytes = void function(TCOD_zip_t, uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictTCODLoader
class DerelictTCODLoader
Undocumented in source.

Static variables

DerelictTCOD
DerelictTCODLoader DerelictTCOD;
Undocumented in source.
TCOD_bsp_contains
da_TCOD_bsp_contains TCOD_bsp_contains;
Undocumented in source.
TCOD_bsp_delete
da_TCOD_bsp_delete TCOD_bsp_delete;
Undocumented in source.
TCOD_bsp_father
da_TCOD_bsp_father TCOD_bsp_father;
Undocumented in source.
TCOD_bsp_find_node
da_TCOD_bsp_find_node TCOD_bsp_find_node;
Undocumented in source.
TCOD_bsp_is_leaf
da_TCOD_bsp_is_leaf TCOD_bsp_is_leaf;
Undocumented in source.
TCOD_bsp_left
da_TCOD_bsp_left TCOD_bsp_left;
Undocumented in source.
TCOD_bsp_new
da_TCOD_bsp_new TCOD_bsp_new;
Undocumented in source.
TCOD_bsp_new_with_size
da_TCOD_bsp_new_with_size TCOD_bsp_new_with_size;
Undocumented in source.
TCOD_bsp_remove_sons
da_TCOD_bsp_remove_sons TCOD_bsp_remove_sons;
Undocumented in source.
TCOD_bsp_resize
da_TCOD_bsp_resize TCOD_bsp_resize;
Undocumented in source.
TCOD_bsp_right
da_TCOD_bsp_right TCOD_bsp_right;
Undocumented in source.
TCOD_bsp_split_once
da_TCOD_bsp_split_once TCOD_bsp_split_once;
Undocumented in source.
TCOD_bsp_split_recursive
da_TCOD_bsp_split_recursive TCOD_bsp_split_recursive;
Undocumented in source.
TCOD_bsp_traverse_in_order
da_TCOD_bsp_traverse_in_order TCOD_bsp_traverse_in_order;
Undocumented in source.
TCOD_bsp_traverse_inverted_level_order
da_TCOD_bsp_traverse_inverted_level_order TCOD_bsp_traverse_inverted_level_order;
Undocumented in source.
TCOD_bsp_traverse_level_order
da_TCOD_bsp_traverse_level_order TCOD_bsp_traverse_level_order;
Undocumented in source.
TCOD_bsp_traverse_post_order
da_TCOD_bsp_traverse_post_order TCOD_bsp_traverse_post_order;
Undocumented in source.
TCOD_bsp_traverse_pre_order
da_TCOD_bsp_traverse_pre_order TCOD_bsp_traverse_pre_order;
Undocumented in source.
TCOD_close_library
da_TCOD_close_library TCOD_close_library;
Undocumented in source.
TCOD_color_HSV
da_TCOD_color_HSV TCOD_color_HSV;
Undocumented in source.
TCOD_color_RGB
da_TCOD_color_RGB TCOD_color_RGB;
Undocumented in source.
TCOD_color_add
da_TCOD_color_add TCOD_color_add;
Undocumented in source.
TCOD_color_equals
da_TCOD_color_equals TCOD_color_equals;
Undocumented in source.
TCOD_color_gen_map
da_TCOD_color_gen_map TCOD_color_gen_map;
Undocumented in source.
TCOD_color_get_HSV
da_TCOD_color_get_HSV TCOD_color_get_HSV;
Undocumented in source.
TCOD_color_get_hue
da_TCOD_color_get_hue TCOD_color_get_hue;
Undocumented in source.
TCOD_color_get_saturation
da_TCOD_color_get_saturation TCOD_color_get_saturation;
Undocumented in source.
TCOD_color_get_value
da_TCOD_color_get_value TCOD_color_get_value;
Undocumented in source.
TCOD_color_lerp
da_TCOD_color_lerp TCOD_color_lerp;
Undocumented in source.
TCOD_color_multiply
da_TCOD_color_multiply TCOD_color_multiply;
Undocumented in source.
TCOD_color_multiply_scalar
da_TCOD_color_multiply_scalar TCOD_color_multiply_scalar;
Undocumented in source.
TCOD_color_scale_HSV
da_TCOD_color_scale_HSV TCOD_color_scale_HSV;
Undocumented in source.
TCOD_color_set_HSV
da_TCOD_color_set_HSV TCOD_color_set_HSV;
Undocumented in source.
TCOD_color_set_hue
da_TCOD_color_set_hue TCOD_color_set_hue;
Undocumented in source.
TCOD_color_set_saturation
da_TCOD_color_set_saturation TCOD_color_set_saturation;
Undocumented in source.
TCOD_color_set_value
da_TCOD_color_set_value TCOD_color_set_value;
Undocumented in source.
TCOD_color_shift_hue
da_TCOD_color_shift_hue TCOD_color_shift_hue;
Undocumented in source.
TCOD_color_subtract
da_TCOD_color_subtract TCOD_color_subtract;
Undocumented in source.
TCOD_condition_broadcast
da_TCOD_condition_broadcast TCOD_condition_broadcast;
Undocumented in source.
TCOD_condition_delete
da_TCOD_condition_delete TCOD_condition_delete;
Undocumented in source.
TCOD_condition_new
da_TCOD_condition_new TCOD_condition_new;
Undocumented in source.
TCOD_condition_signal
da_TCOD_condition_signal TCOD_condition_signal;
Undocumented in source.
TCOD_condition_wait
da_TCOD_condition_wait TCOD_condition_wait;
Undocumented in source.
TCOD_console_blit
da_TCOD_console_blit TCOD_console_blit;
Undocumented in source.
TCOD_console_check_for_keypress
da_TCOD_console_check_for_keypress TCOD_console_check_for_keypress;
Undocumented in source.
TCOD_console_clear
da_TCOD_console_clear TCOD_console_clear;
Undocumented in source.
TCOD_console_credits
da_TCOD_console_credits TCOD_console_credits;
Undocumented in source.
TCOD_console_credits_render
da_TCOD_console_credits_render TCOD_console_credits_render;
Undocumented in source.
TCOD_console_credits_reset
da_TCOD_console_credits_reset TCOD_console_credits_reset;
Undocumented in source.
TCOD_console_delete
da_TCOD_console_delete TCOD_console_delete;
Undocumented in source.
TCOD_console_flush
da_TCOD_console_flush TCOD_console_flush;
Undocumented in source.
TCOD_console_from_file
da_TCOD_console_from_file TCOD_console_from_file;
Undocumented in source.
TCOD_console_from_xp
da_TCOD_console_from_xp TCOD_console_from_xp;
Undocumented in source.
TCOD_console_get_alignment
da_TCOD_console_get_alignment TCOD_console_get_alignment;
Undocumented in source.
TCOD_console_get_background_color_image
da_TCOD_console_get_background_color_image TCOD_console_get_background_color_image;
Undocumented in source.
TCOD_console_get_background_flag
da_TCOD_console_get_background_flag TCOD_console_get_background_flag;
Undocumented in source.
TCOD_console_get_char
da_TCOD_console_get_char TCOD_console_get_char;
Undocumented in source.
TCOD_console_get_char_background
da_TCOD_console_get_char_background TCOD_console_get_char_background;
Undocumented in source.
TCOD_console_get_char_foreground
da_TCOD_console_get_char_foreground TCOD_console_get_char_foreground;
Undocumented in source.
TCOD_console_get_default_background
da_TCOD_console_get_default_background TCOD_console_get_default_background;
Undocumented in source.
TCOD_console_get_default_foreground
da_TCOD_console_get_default_foreground TCOD_console_get_default_foreground;
Undocumented in source.
TCOD_console_get_fade
da_TCOD_console_get_fade TCOD_console_get_fade;
Undocumented in source.
TCOD_console_get_fading_color
da_TCOD_console_get_fading_color TCOD_console_get_fading_color;
Undocumented in source.
TCOD_console_get_foreground_color_image
da_TCOD_console_get_foreground_color_image TCOD_console_get_foreground_color_image;
Undocumented in source.
TCOD_console_get_height
da_TCOD_console_get_height TCOD_console_get_height;
Undocumented in source.
TCOD_console_get_height_rect
da_TCOD_console_get_height_rect TCOD_console_get_height_rect;
Undocumented in source.
TCOD_console_get_height_rect_utf
da_TCOD_console_get_height_rect_utf TCOD_console_get_height_rect_utf;
Undocumented in source.
TCOD_console_get_width
da_TCOD_console_get_width TCOD_console_get_width;
Undocumented in source.
TCOD_console_has_mouse_focus
da_TCOD_console_has_mouse_focus TCOD_console_has_mouse_focus;
Undocumented in source.
TCOD_console_hline
da_TCOD_console_hline TCOD_console_hline;
Undocumented in source.
TCOD_console_init_root
da_TCOD_console_init_root TCOD_console_init_root;
Undocumented in source.
TCOD_console_is_active
da_TCOD_console_is_active TCOD_console_is_active;
Undocumented in source.
TCOD_console_is_fullscreen
da_TCOD_console_is_fullscreen TCOD_console_is_fullscreen;
Undocumented in source.
TCOD_console_is_key_pressed
da_TCOD_console_is_key_pressed TCOD_console_is_key_pressed;
Undocumented in source.
TCOD_console_is_window_closed
da_TCOD_console_is_window_closed TCOD_console_is_window_closed;
Undocumented in source.
TCOD_console_list_from_xp
da_TCOD_console_list_from_xp TCOD_console_list_from_xp;
Undocumented in source.
TCOD_console_list_save_xp
da_TCOD_console_list_save_xp TCOD_console_list_save_xp;
Undocumented in source.
TCOD_console_load_apf
da_TCOD_console_load_apf TCOD_console_load_apf;
Undocumented in source.
TCOD_console_load_asc
da_TCOD_console_load_asc TCOD_console_load_asc;
Undocumented in source.
TCOD_console_load_xp
da_TCOD_console_load_xp TCOD_console_load_xp;
Undocumented in source.
TCOD_console_map_ascii_code_to_font
da_TCOD_console_map_ascii_code_to_font TCOD_console_map_ascii_code_to_font;
Undocumented in source.
TCOD_console_map_ascii_codes_to_font
da_TCOD_console_map_ascii_codes_to_font TCOD_console_map_ascii_codes_to_font;
Undocumented in source.
TCOD_console_map_string_to_font
da_TCOD_console_map_string_to_font TCOD_console_map_string_to_font;
Undocumented in source.
TCOD_console_map_string_to_font_utf
da_TCOD_console_map_string_to_font_utf TCOD_console_map_string_to_font_utf;
Undocumented in source.
TCOD_console_new
da_TCOD_console_new TCOD_console_new;
Undocumented in source.
TCOD_console_print
da_TCOD_console_print TCOD_console_print;
Undocumented in source.
TCOD_console_print_ex
da_TCOD_console_print_ex TCOD_console_print_ex;
Undocumented in source.
TCOD_console_print_ex_utf
da_TCOD_console_print_ex_utf TCOD_console_print_ex_utf;
Undocumented in source.
TCOD_console_print_frame
da_TCOD_console_print_frame TCOD_console_print_frame;
Undocumented in source.
TCOD_console_print_rect
da_TCOD_console_print_rect TCOD_console_print_rect;
Undocumented in source.
TCOD_console_print_rect_ex
da_TCOD_console_print_rect_ex TCOD_console_print_rect_ex;
Undocumented in source.
TCOD_console_print_rect_ex_utf
da_TCOD_console_print_rect_ex_utf TCOD_console_print_rect_ex_utf;
Undocumented in source.
TCOD_console_print_rect_utf
da_TCOD_console_print_rect_utf TCOD_console_print_rect_utf;
Undocumented in source.
TCOD_console_print_utf
da_TCOD_console_print_utf TCOD_console_print_utf;
Undocumented in source.
TCOD_console_put_char
da_TCOD_console_put_char TCOD_console_put_char;
Undocumented in source.
TCOD_console_put_char_ex
da_TCOD_console_put_char_ex TCOD_console_put_char_ex;
Undocumented in source.
TCOD_console_rect
da_TCOD_console_rect TCOD_console_rect;
Undocumented in source.
TCOD_console_save_apf
da_TCOD_console_save_apf TCOD_console_save_apf;
Undocumented in source.
TCOD_console_save_asc
da_TCOD_console_save_asc TCOD_console_save_asc;
Undocumented in source.
TCOD_console_save_xp
da_TCOD_console_save_xp TCOD_console_save_xp;
Undocumented in source.
TCOD_console_set_alignment
da_TCOD_console_set_alignment TCOD_console_set_alignment;
Undocumented in source.
TCOD_console_set_background_flag
da_TCOD_console_set_background_flag TCOD_console_set_background_flag;
Undocumented in source.
TCOD_console_set_char
da_TCOD_console_set_char TCOD_console_set_char;
Undocumented in source.
TCOD_console_set_char_background
da_TCOD_console_set_char_background TCOD_console_set_char_background;
Undocumented in source.
TCOD_console_set_char_foreground
da_TCOD_console_set_char_foreground TCOD_console_set_char_foreground;
Undocumented in source.
TCOD_console_set_color_control
da_TCOD_console_set_color_control TCOD_console_set_color_control;
Undocumented in source.
TCOD_console_set_custom_font
da_TCOD_console_set_custom_font TCOD_console_set_custom_font;
Undocumented in source.
TCOD_console_set_default_background
da_TCOD_console_set_default_background TCOD_console_set_default_background;
Undocumented in source.
TCOD_console_set_default_foreground
da_TCOD_console_set_default_foreground TCOD_console_set_default_foreground;
Undocumented in source.
TCOD_console_set_dirty
da_TCOD_console_set_dirty TCOD_console_set_dirty;
Undocumented in source.
TCOD_console_set_fade
da_TCOD_console_set_fade TCOD_console_set_fade;
Undocumented in source.
TCOD_console_set_fullscreen
da_TCOD_console_set_fullscreen TCOD_console_set_fullscreen;
Undocumented in source.
TCOD_console_set_key_color
da_TCOD_console_set_key_color TCOD_console_set_key_color;
Undocumented in source.
TCOD_console_set_window_title
da_TCOD_console_set_window_title TCOD_console_set_window_title;
Undocumented in source.
TCOD_console_vline
da_TCOD_console_vline TCOD_console_vline;
Undocumented in source.
TCOD_console_wait_for_keypress
da_TCOD_console_wait_for_keypress TCOD_console_wait_for_keypress;
Undocumented in source.
TCOD_dijkstra_compute
da_TCOD_dijkstra_compute TCOD_dijkstra_compute;
Undocumented in source.
TCOD_dijkstra_delete
da_TCOD_dijkstra_delete TCOD_dijkstra_delete;
Undocumented in source.
TCOD_dijkstra_get
da_TCOD_dijkstra_get TCOD_dijkstra_get;
Undocumented in source.
TCOD_dijkstra_get_distance
da_TCOD_dijkstra_get_distance TCOD_dijkstra_get_distance;
Undocumented in source.
TCOD_dijkstra_is_empty
da_TCOD_dijkstra_is_empty TCOD_dijkstra_is_empty;
Undocumented in source.
TCOD_dijkstra_new
da_TCOD_dijkstra_new TCOD_dijkstra_new;
Undocumented in source.
TCOD_dijkstra_new_using_function
da_TCOD_dijkstra_new_using_function TCOD_dijkstra_new_using_function;
Undocumented in source.
TCOD_dijkstra_path_set
da_TCOD_dijkstra_path_set TCOD_dijkstra_path_set;
Undocumented in source.
TCOD_dijkstra_path_walk
da_TCOD_dijkstra_path_walk TCOD_dijkstra_path_walk;
Undocumented in source.
TCOD_dijkstra_reverse
da_TCOD_dijkstra_reverse TCOD_dijkstra_reverse;
Undocumented in source.
TCOD_dijkstra_size
da_TCOD_dijkstra_size TCOD_dijkstra_size;
Undocumented in source.
TCOD_get_function_address
da_TCOD_get_function_address TCOD_get_function_address;
Undocumented in source.
TCOD_heightmap_add
da_TCOD_heightmap_add TCOD_heightmap_add;
Undocumented in source.
TCOD_heightmap_add_fbm
da_TCOD_heightmap_add_fbm TCOD_heightmap_add_fbm;
Undocumented in source.
TCOD_heightmap_add_hill
da_TCOD_heightmap_add_hill TCOD_heightmap_add_hill;
Undocumented in source.
TCOD_heightmap_add_hm
da_TCOD_heightmap_add_hm TCOD_heightmap_add_hm;
Undocumented in source.
TCOD_heightmap_add_voronoi
da_TCOD_heightmap_add_voronoi TCOD_heightmap_add_voronoi;
Undocumented in source.
TCOD_heightmap_clamp
da_TCOD_heightmap_clamp TCOD_heightmap_clamp;
Undocumented in source.
TCOD_heightmap_clear
da_TCOD_heightmap_clear TCOD_heightmap_clear;
Undocumented in source.
TCOD_heightmap_copy
da_TCOD_heightmap_copy TCOD_heightmap_copy;
Undocumented in source.
TCOD_heightmap_count_cells
da_TCOD_heightmap_count_cells TCOD_heightmap_count_cells;
Undocumented in source.
TCOD_heightmap_delete
da_TCOD_heightmap_delete TCOD_heightmap_delete;
Undocumented in source.
TCOD_heightmap_dig_bezier
da_TCOD_heightmap_dig_bezier TCOD_heightmap_dig_bezier;
Undocumented in source.
TCOD_heightmap_dig_hill
da_TCOD_heightmap_dig_hill TCOD_heightmap_dig_hill;
Undocumented in source.
TCOD_heightmap_get_interpolated_value
da_TCOD_heightmap_get_interpolated_value TCOD_heightmap_get_interpolated_value;
Undocumented in source.
TCOD_heightmap_get_minmax
da_TCOD_heightmap_get_minmax TCOD_heightmap_get_minmax;
Undocumented in source.
TCOD_heightmap_get_normal
da_TCOD_heightmap_get_normal TCOD_heightmap_get_normal;
Undocumented in source.
TCOD_heightmap_get_slope
da_TCOD_heightmap_get_slope TCOD_heightmap_get_slope;
Undocumented in source.
TCOD_heightmap_get_value
da_TCOD_heightmap_get_value TCOD_heightmap_get_value;
Undocumented in source.
TCOD_heightmap_has_land_on_border
da_TCOD_heightmap_has_land_on_border TCOD_heightmap_has_land_on_border;
Undocumented in source.
TCOD_heightmap_islandify
da_TCOD_heightmap_islandify TCOD_heightmap_islandify;
Undocumented in source.
TCOD_heightmap_kernel_transform
da_TCOD_heightmap_kernel_transform TCOD_heightmap_kernel_transform;
Undocumented in source.
TCOD_heightmap_lerp_hm
da_TCOD_heightmap_lerp_hm TCOD_heightmap_lerp_hm;
Undocumented in source.
TCOD_heightmap_mid_point_displacement
da_TCOD_heightmap_mid_point_displacement TCOD_heightmap_mid_point_displacement;
Undocumented in source.
TCOD_heightmap_multiply_hm
da_TCOD_heightmap_multiply_hm TCOD_heightmap_multiply_hm;
Undocumented in source.
TCOD_heightmap_new
da_TCOD_heightmap_new TCOD_heightmap_new;
Undocumented in source.
TCOD_heightmap_normalize
da_TCOD_heightmap_normalize TCOD_heightmap_normalize;
Undocumented in source.
TCOD_heightmap_rain_erosion
da_TCOD_heightmap_rain_erosion TCOD_heightmap_rain_erosion;
Undocumented in source.
TCOD_heightmap_scale
da_TCOD_heightmap_scale TCOD_heightmap_scale;
Undocumented in source.
TCOD_heightmap_scale_fbm
da_TCOD_heightmap_scale_fbm TCOD_heightmap_scale_fbm;
Undocumented in source.
TCOD_heightmap_set_value
da_TCOD_heightmap_set_value TCOD_heightmap_set_value;
Undocumented in source.
TCOD_image_blit
da_TCOD_image_blit TCOD_image_blit;
Undocumented in source.
TCOD_image_blit_2x
da_TCOD_image_blit_2x TCOD_image_blit_2x;
Undocumented in source.
TCOD_image_blit_rect
da_TCOD_image_blit_rect TCOD_image_blit_rect;
Undocumented in source.
TCOD_image_clear
da_TCOD_image_clear TCOD_image_clear;
Undocumented in source.
TCOD_image_delete
da_TCOD_image_delete TCOD_image_delete;
Undocumented in source.
TCOD_image_from_console
da_TCOD_image_from_console TCOD_image_from_console;
Undocumented in source.
TCOD_image_get_alpha
da_TCOD_image_get_alpha TCOD_image_get_alpha;
Undocumented in source.
TCOD_image_get_mipmap_pixel
da_TCOD_image_get_mipmap_pixel TCOD_image_get_mipmap_pixel;
Undocumented in source.
TCOD_image_get_pixel
da_TCOD_image_get_pixel TCOD_image_get_pixel;
Undocumented in source.
TCOD_image_get_size
da_TCOD_image_get_size TCOD_image_get_size;
Undocumented in source.
TCOD_image_hflip
da_TCOD_image_hflip TCOD_image_hflip;
Undocumented in source.
TCOD_image_invert
da_TCOD_image_invert TCOD_image_invert;
Undocumented in source.
TCOD_image_is_pixel_transparent
da_TCOD_image_is_pixel_transparent TCOD_image_is_pixel_transparent;
Undocumented in source.
TCOD_image_load
da_TCOD_image_load TCOD_image_load;
Undocumented in source.
TCOD_image_new
da_TCOD_image_new TCOD_image_new;
Undocumented in source.
TCOD_image_put_pixel
da_TCOD_image_put_pixel TCOD_image_put_pixel;
Undocumented in source.
TCOD_image_refresh_console
da_TCOD_image_refresh_console TCOD_image_refresh_console;
Undocumented in source.
TCOD_image_rotate90
da_TCOD_image_rotate90 TCOD_image_rotate90;
Undocumented in source.
TCOD_image_save
da_TCOD_image_save TCOD_image_save;
Undocumented in source.
TCOD_image_scale
da_TCOD_image_scale TCOD_image_scale;
Undocumented in source.
TCOD_image_set_key_color
da_TCOD_image_set_key_color TCOD_image_set_key_color;
Undocumented in source.
TCOD_image_vflip
da_TCOD_image_vflip TCOD_image_vflip;
Undocumented in source.
TCOD_lex_delete
da_TCOD_lex_delete TCOD_lex_delete;
Undocumented in source.
TCOD_lex_expect_token_type
da_TCOD_lex_expect_token_type TCOD_lex_expect_token_type;
Undocumented in source.
TCOD_lex_expect_token_value
da_TCOD_lex_expect_token_value TCOD_lex_expect_token_value;
Undocumented in source.
TCOD_lex_get_last_error
da_TCOD_lex_get_last_error TCOD_lex_get_last_error;
Undocumented in source.
TCOD_lex_get_last_javadoc
da_TCOD_lex_get_last_javadoc TCOD_lex_get_last_javadoc;
Undocumented in source.
TCOD_lex_get_token_name
da_TCOD_lex_get_token_name TCOD_lex_get_token_name;
Undocumented in source.
TCOD_lex_hextoint
da_TCOD_lex_hextoint TCOD_lex_hextoint;
Undocumented in source.
TCOD_lex_new
da_TCOD_lex_new TCOD_lex_new;
Undocumented in source.
TCOD_lex_new_intern
da_TCOD_lex_new_intern TCOD_lex_new_intern;
Undocumented in source.
TCOD_lex_parse
da_TCOD_lex_parse TCOD_lex_parse;
Undocumented in source.
TCOD_lex_parse_until_token_type
da_TCOD_lex_parse_until_token_type TCOD_lex_parse_until_token_type;
Undocumented in source.
TCOD_lex_parse_until_token_value
da_TCOD_lex_parse_until_token_value TCOD_lex_parse_until_token_value;
Undocumented in source.
TCOD_lex_restore
da_TCOD_lex_restore TCOD_lex_restore;
Undocumented in source.
TCOD_lex_savepoint
da_TCOD_lex_savepoint TCOD_lex_savepoint;
Undocumented in source.
TCOD_lex_set_data_buffer
da_TCOD_lex_set_data_buffer TCOD_lex_set_data_buffer;
Undocumented in source.
TCOD_lex_set_data_file
da_TCOD_lex_set_data_file TCOD_lex_set_data_file;
Undocumented in source.
TCOD_line
da_TCOD_line TCOD_line;
Undocumented in source.
TCOD_line_init
da_TCOD_line_init TCOD_line_init;
Undocumented in source.
TCOD_line_init_mt
da_TCOD_line_init_mt TCOD_line_init_mt;
Undocumented in source.
TCOD_line_mt
da_TCOD_line_mt TCOD_line_mt;
Undocumented in source.
TCOD_line_step
da_TCOD_line_step TCOD_line_step;
Undocumented in source.
TCOD_line_step_mt
da_TCOD_line_step_mt TCOD_line_step_mt;
Undocumented in source.
TCOD_list_add_all
da_TCOD_list_add_all TCOD_list_add_all;
Undocumented in source.
TCOD_list_allocate
da_TCOD_list_allocate TCOD_list_allocate;
Undocumented in source.
TCOD_list_begin
da_TCOD_list_begin TCOD_list_begin;
Undocumented in source.
TCOD_list_clear
da_TCOD_list_clear TCOD_list_clear;
Undocumented in source.
TCOD_list_clear_and_delete
da_TCOD_list_clear_and_delete TCOD_list_clear_and_delete;
Undocumented in source.
TCOD_list_contains
da_TCOD_list_contains TCOD_list_contains;
Undocumented in source.
TCOD_list_delete
da_TCOD_list_delete TCOD_list_delete;
Undocumented in source.
TCOD_list_duplicate
da_TCOD_list_duplicate TCOD_list_duplicate;
Undocumented in source.
TCOD_list_end
da_TCOD_list_end TCOD_list_end;
Undocumented in source.
TCOD_list_get
da_TCOD_list_get TCOD_list_get;
Undocumented in source.
TCOD_list_insert_before
da_TCOD_list_insert_before TCOD_list_insert_before;
Undocumented in source.
TCOD_list_is_empty
da_TCOD_list_is_empty TCOD_list_is_empty;
Undocumented in source.
TCOD_list_new
da_TCOD_list_new TCOD_list_new;
Undocumented in source.
TCOD_list_peek
da_TCOD_list_peek TCOD_list_peek;
Undocumented in source.
TCOD_list_pop
da_TCOD_list_pop TCOD_list_pop;
Undocumented in source.
TCOD_list_push
da_TCOD_list_push TCOD_list_push;
Undocumented in source.
TCOD_list_remove
da_TCOD_list_remove TCOD_list_remove;
Undocumented in source.
TCOD_list_remove_iterator
da_TCOD_list_remove_iterator TCOD_list_remove_iterator;
Undocumented in source.
TCOD_list_remove_iterator_fast
da_TCOD_list_remove_iterator_fast TCOD_list_remove_iterator_fast;
Undocumented in source.
TCOD_list_reverse
da_TCOD_list_reverse TCOD_list_reverse;
Undocumented in source.
TCOD_list_set
da_TCOD_list_set TCOD_list_set;
Undocumented in source.
TCOD_list_size
da_TCOD_list_size TCOD_list_size;
Undocumented in source.
TCOD_load_library
da_TCOD_load_library TCOD_load_library;
Undocumented in source.
TCOD_map_clear
da_TCOD_map_clear TCOD_map_clear;
Undocumented in source.
TCOD_map_compute_fov
da_TCOD_map_compute_fov TCOD_map_compute_fov;
Undocumented in source.
TCOD_map_copy
da_TCOD_map_copy TCOD_map_copy;
Undocumented in source.
TCOD_map_delete
da_TCOD_map_delete TCOD_map_delete;
Undocumented in source.
TCOD_map_get_height
da_TCOD_map_get_height TCOD_map_get_height;
Undocumented in source.
TCOD_map_get_nb_cells
da_TCOD_map_get_nb_cells TCOD_map_get_nb_cells;
Undocumented in source.
TCOD_map_get_width
da_TCOD_map_get_width TCOD_map_get_width;
Undocumented in source.
TCOD_map_is_in_fov
da_TCOD_map_is_in_fov TCOD_map_is_in_fov;
Undocumented in source.
TCOD_map_is_transparent
da_TCOD_map_is_transparent TCOD_map_is_transparent;
Undocumented in source.
TCOD_map_is_walkable
da_TCOD_map_is_walkable TCOD_map_is_walkable;
Undocumented in source.
TCOD_map_new
da_TCOD_map_new TCOD_map_new;
Undocumented in source.
TCOD_map_set_in_fov
da_TCOD_map_set_in_fov TCOD_map_set_in_fov;
Undocumented in source.
TCOD_map_set_properties
da_TCOD_map_set_properties TCOD_map_set_properties;
Undocumented in source.
TCOD_mouse_get_status
da_TCOD_mouse_get_status TCOD_mouse_get_status;
Undocumented in source.
TCOD_mouse_includes_touch
da_TCOD_mouse_includes_touch TCOD_mouse_includes_touch;
Undocumented in source.
TCOD_mouse_is_cursor_visible
da_TCOD_mouse_is_cursor_visible TCOD_mouse_is_cursor_visible;
Undocumented in source.
TCOD_mouse_move
da_TCOD_mouse_move TCOD_mouse_move;
Undocumented in source.
TCOD_mouse_show_cursor
da_TCOD_mouse_show_cursor TCOD_mouse_show_cursor;
Undocumented in source.
TCOD_mutex_delete
da_TCOD_mutex_delete TCOD_mutex_delete;
Undocumented in source.
TCOD_mutex_in
da_TCOD_mutex_in TCOD_mutex_in;
Undocumented in source.
TCOD_mutex_new
da_TCOD_mutex_new TCOD_mutex_new;
Undocumented in source.
TCOD_mutex_out
da_TCOD_mutex_out TCOD_mutex_out;
Undocumented in source.
TCOD_namegen_destroy
da_TCOD_namegen_destroy TCOD_namegen_destroy;
Undocumented in source.
TCOD_namegen_generate
da_TCOD_namegen_generate TCOD_namegen_generate;
Undocumented in source.
TCOD_namegen_generate_custom
da_TCOD_namegen_generate_custom TCOD_namegen_generate_custom;
Undocumented in source.
TCOD_namegen_get_sets
da_TCOD_namegen_get_sets TCOD_namegen_get_sets;
Undocumented in source.
TCOD_namegen_parse
da_TCOD_namegen_parse TCOD_namegen_parse;
Undocumented in source.
TCOD_noise_delete
da_TCOD_noise_delete TCOD_noise_delete;
Undocumented in source.
TCOD_noise_get
da_TCOD_noise_get TCOD_noise_get;
Undocumented in source.
TCOD_noise_get_ex
da_TCOD_noise_get_ex TCOD_noise_get_ex;
Undocumented in source.
TCOD_noise_get_fbm
da_TCOD_noise_get_fbm TCOD_noise_get_fbm;
Undocumented in source.
TCOD_noise_get_fbm_ex
da_TCOD_noise_get_fbm_ex TCOD_noise_get_fbm_ex;
Undocumented in source.
TCOD_noise_get_turbulence
da_TCOD_noise_get_turbulence TCOD_noise_get_turbulence;
Undocumented in source.
TCOD_noise_get_turbulence_ex
da_TCOD_noise_get_turbulence_ex TCOD_noise_get_turbulence_ex;
Undocumented in source.
TCOD_noise_new
da_TCOD_noise_new TCOD_noise_new;
Undocumented in source.
TCOD_noise_set_type
da_TCOD_noise_set_type TCOD_noise_set_type;
Undocumented in source.
TCOD_parse_bool_value
da_TCOD_parse_bool_value TCOD_parse_bool_value;
Undocumented in source.
TCOD_parse_char_value
da_TCOD_parse_char_value TCOD_parse_char_value;
Undocumented in source.
TCOD_parse_color_value
da_TCOD_parse_color_value TCOD_parse_color_value;
Undocumented in source.
TCOD_parse_dice_value
da_TCOD_parse_dice_value TCOD_parse_dice_value;
Undocumented in source.
TCOD_parse_float_value
da_TCOD_parse_float_value TCOD_parse_float_value;
Undocumented in source.
TCOD_parse_integer_value
da_TCOD_parse_integer_value TCOD_parse_integer_value;
Undocumented in source.
TCOD_parse_property_value
da_TCOD_parse_property_value TCOD_parse_property_value;
Undocumented in source.
TCOD_parse_string_value
da_TCOD_parse_string_value TCOD_parse_string_value;
Undocumented in source.
TCOD_parse_value_list_value
da_TCOD_parse_value_list_value TCOD_parse_value_list_value;
Undocumented in source.
TCOD_parser_delete
da_TCOD_parser_delete TCOD_parser_delete;
Undocumented in source.
TCOD_parser_error
da_TCOD_parser_error TCOD_parser_error;
Undocumented in source.
TCOD_parser_get_bool_property
da_TCOD_parser_get_bool_property TCOD_parser_get_bool_property;
Undocumented in source.
TCOD_parser_get_char_property
da_TCOD_parser_get_char_property TCOD_parser_get_char_property;
Undocumented in source.
TCOD_parser_get_color_property
da_TCOD_parser_get_color_property TCOD_parser_get_color_property;
Undocumented in source.
TCOD_parser_get_custom_property
da_TCOD_parser_get_custom_property TCOD_parser_get_custom_property;
Undocumented in source.
TCOD_parser_get_dice_property
da_TCOD_parser_get_dice_property TCOD_parser_get_dice_property;
Undocumented in source.
TCOD_parser_get_dice_property_py
da_TCOD_parser_get_dice_property_py TCOD_parser_get_dice_property_py;
Undocumented in source.
TCOD_parser_get_float_property
da_TCOD_parser_get_float_property TCOD_parser_get_float_property;
Undocumented in source.
TCOD_parser_get_int_property
da_TCOD_parser_get_int_property TCOD_parser_get_int_property;
Undocumented in source.
TCOD_parser_get_list_property
da_TCOD_parser_get_list_property TCOD_parser_get_list_property;
Undocumented in source.
TCOD_parser_get_string_property
da_TCOD_parser_get_string_property TCOD_parser_get_string_property;
Undocumented in source.
TCOD_parser_has_property
da_TCOD_parser_has_property TCOD_parser_has_property;
Undocumented in source.
TCOD_parser_new
da_TCOD_parser_new TCOD_parser_new;
Undocumented in source.
TCOD_parser_new_custom_type
da_TCOD_parser_new_custom_type TCOD_parser_new_custom_type;
Undocumented in source.
TCOD_parser_new_struct
da_TCOD_parser_new_struct TCOD_parser_new_struct;
Undocumented in source.
TCOD_parser_run
da_TCOD_parser_run TCOD_parser_run;
Undocumented in source.
TCOD_path_compute
da_TCOD_path_compute TCOD_path_compute;
Undocumented in source.
TCOD_path_delete
da_TCOD_path_delete TCOD_path_delete;
Undocumented in source.
TCOD_path_get
da_TCOD_path_get TCOD_path_get;
Undocumented in source.
TCOD_path_get_destination
da_TCOD_path_get_destination TCOD_path_get_destination;
Undocumented in source.
TCOD_path_get_origin
da_TCOD_path_get_origin TCOD_path_get_origin;
Undocumented in source.
TCOD_path_is_empty
da_TCOD_path_is_empty TCOD_path_is_empty;
Undocumented in source.
TCOD_path_new_using_function
da_TCOD_path_new_using_function TCOD_path_new_using_function;
Undocumented in source.
TCOD_path_new_using_map
da_TCOD_path_new_using_map TCOD_path_new_using_map;
Undocumented in source.
TCOD_path_reverse
da_TCOD_path_reverse TCOD_path_reverse;
Undocumented in source.
TCOD_path_size
da_TCOD_path_size TCOD_path_size;
Undocumented in source.
TCOD_path_walk
da_TCOD_path_walk TCOD_path_walk;
Undocumented in source.
TCOD_random_delete
da_TCOD_random_delete TCOD_random_delete;
Undocumented in source.
TCOD_random_dice_new
da_TCOD_random_dice_new TCOD_random_dice_new;
Undocumented in source.
TCOD_random_dice_roll
da_TCOD_random_dice_roll TCOD_random_dice_roll;
Undocumented in source.
TCOD_random_dice_roll_s
da_TCOD_random_dice_roll_s TCOD_random_dice_roll_s;
Undocumented in source.
TCOD_random_get_double
da_TCOD_random_get_double TCOD_random_get_double;
Undocumented in source.
TCOD_random_get_double_mean
da_TCOD_random_get_double_mean TCOD_random_get_double_mean;
Undocumented in source.
TCOD_random_get_float
da_TCOD_random_get_float TCOD_random_get_float;
Undocumented in source.
TCOD_random_get_float_mean
da_TCOD_random_get_float_mean TCOD_random_get_float_mean;
Undocumented in source.
TCOD_random_get_instance
da_TCOD_random_get_instance TCOD_random_get_instance;
Undocumented in source.
TCOD_random_get_int
da_TCOD_random_get_int TCOD_random_get_int;
Undocumented in source.
TCOD_random_get_int_mean
da_TCOD_random_get_int_mean TCOD_random_get_int_mean;
Undocumented in source.
TCOD_random_new
da_TCOD_random_new TCOD_random_new;
Undocumented in source.
TCOD_random_new_from_seed
da_TCOD_random_new_from_seed TCOD_random_new_from_seed;
Undocumented in source.
TCOD_random_restore
da_TCOD_random_restore TCOD_random_restore;
Undocumented in source.
TCOD_random_save
da_TCOD_random_save TCOD_random_save;
Undocumented in source.
TCOD_random_set_distribution
da_TCOD_random_set_distribution TCOD_random_set_distribution;
Undocumented in source.
TCOD_semaphore_delete
da_TCOD_semaphore_delete TCOD_semaphore_delete;
Undocumented in source.
TCOD_semaphore_lock
da_TCOD_semaphore_lock TCOD_semaphore_lock;
Undocumented in source.
TCOD_semaphore_new
da_TCOD_semaphore_new TCOD_semaphore_new;
Undocumented in source.
TCOD_semaphore_unlock
da_TCOD_semaphore_unlock TCOD_semaphore_unlock;
Undocumented in source.
TCOD_struct_add_flag
da_TCOD_struct_add_flag TCOD_struct_add_flag;
Undocumented in source.
TCOD_struct_add_list_property
da_TCOD_struct_add_list_property TCOD_struct_add_list_property;
Undocumented in source.
TCOD_struct_add_property
da_TCOD_struct_add_property TCOD_struct_add_property;
Undocumented in source.
TCOD_struct_add_structure
da_TCOD_struct_add_structure TCOD_struct_add_structure;
Undocumented in source.
TCOD_struct_add_value_list
da_TCOD_struct_add_value_list TCOD_struct_add_value_list;
Undocumented in source.
TCOD_struct_add_value_list_sized
da_TCOD_struct_add_value_list_sized TCOD_struct_add_value_list_sized;
Undocumented in source.
TCOD_struct_get_name
da_TCOD_struct_get_name TCOD_struct_get_name;
Undocumented in source.
TCOD_struct_get_type
da_TCOD_struct_get_type TCOD_struct_get_type;
Undocumented in source.
TCOD_struct_is_mandatory
da_TCOD_struct_is_mandatory TCOD_struct_is_mandatory;
Undocumented in source.
TCOD_sys_check_for_event
da_TCOD_sys_check_for_event TCOD_sys_check_for_event;
Undocumented in source.
TCOD_sys_clipboard_get
da_TCOD_sys_clipboard_get TCOD_sys_clipboard_get;
Undocumented in source.
TCOD_sys_clipboard_set
da_TCOD_sys_clipboard_set TCOD_sys_clipboard_set;
Undocumented in source.
TCOD_sys_create_directory
da_TCOD_sys_create_directory TCOD_sys_create_directory;
Undocumented in source.
TCOD_sys_delete_directory
da_TCOD_sys_delete_directory TCOD_sys_delete_directory;
Undocumented in source.
TCOD_sys_delete_file
da_TCOD_sys_delete_file TCOD_sys_delete_file;
Undocumented in source.
TCOD_sys_elapsed_milli
da_TCOD_sys_elapsed_milli TCOD_sys_elapsed_milli;
Undocumented in source.
TCOD_sys_elapsed_seconds
da_TCOD_sys_elapsed_seconds TCOD_sys_elapsed_seconds;
Undocumented in source.
TCOD_sys_file_exists
da_TCOD_sys_file_exists TCOD_sys_file_exists;
Undocumented in source.
TCOD_sys_force_fullscreen_resolution
da_TCOD_sys_force_fullscreen_resolution TCOD_sys_force_fullscreen_resolution;
Undocumented in source.
TCOD_sys_get_SDL_renderer
da_TCOD_sys_get_SDL_renderer TCOD_sys_get_SDL_renderer;
Undocumented in source.
TCOD_sys_get_char_size
da_TCOD_sys_get_char_size TCOD_sys_get_char_size;
Undocumented in source.
TCOD_sys_get_current_resolution
da_TCOD_sys_get_current_resolution TCOD_sys_get_current_resolution;
Undocumented in source.
TCOD_sys_get_directory_content
da_TCOD_sys_get_directory_content TCOD_sys_get_directory_content;
Undocumented in source.
TCOD_sys_get_fps
da_TCOD_sys_get_fps TCOD_sys_get_fps;
Undocumented in source.
TCOD_sys_get_fullscreen_offsets
da_TCOD_sys_get_fullscreen_offsets TCOD_sys_get_fullscreen_offsets;
Undocumented in source.
TCOD_sys_get_last_frame_length
da_TCOD_sys_get_last_frame_length TCOD_sys_get_last_frame_length;
Undocumented in source.
TCOD_sys_get_num_cores
da_TCOD_sys_get_num_cores TCOD_sys_get_num_cores;
Undocumented in source.
TCOD_sys_get_renderer
da_TCOD_sys_get_renderer TCOD_sys_get_renderer;
Undocumented in source.
TCOD_sys_is_directory
da_TCOD_sys_is_directory TCOD_sys_is_directory;
Undocumented in source.
TCOD_sys_read_file
da_TCOD_sys_read_file TCOD_sys_read_file;
Undocumented in source.
TCOD_sys_register_SDL_renderer
da_TCOD_sys_register_SDL_renderer TCOD_sys_register_SDL_renderer;
Undocumented in source.
TCOD_sys_save_screenshot
da_TCOD_sys_save_screenshot TCOD_sys_save_screenshot;
Undocumented in source.
TCOD_sys_set_fps
da_TCOD_sys_set_fps TCOD_sys_set_fps;
Undocumented in source.
TCOD_sys_set_renderer
da_TCOD_sys_set_renderer TCOD_sys_set_renderer;
Undocumented in source.
TCOD_sys_sleep_milli
da_TCOD_sys_sleep_milli TCOD_sys_sleep_milli;
Undocumented in source.
TCOD_sys_update_char
da_TCOD_sys_update_char TCOD_sys_update_char;
Undocumented in source.
TCOD_sys_wait_for_event
da_TCOD_sys_wait_for_event TCOD_sys_wait_for_event;
Undocumented in source.
TCOD_sys_write_file
da_TCOD_sys_write_file TCOD_sys_write_file;
Undocumented in source.
TCOD_text_delete
da_TCOD_text_delete TCOD_text_delete;
Undocumented in source.
TCOD_text_get
da_TCOD_text_get TCOD_text_get;
Undocumented in source.
TCOD_text_init
da_TCOD_text_init TCOD_text_init;
Undocumented in source.
TCOD_text_init2
da_TCOD_text_init2 TCOD_text_init2;
Undocumented in source.
TCOD_text_render
da_TCOD_text_render TCOD_text_render;
Undocumented in source.
TCOD_text_reset
da_TCOD_text_reset TCOD_text_reset;
Undocumented in source.
TCOD_text_set_colors
da_TCOD_text_set_colors TCOD_text_set_colors;
Undocumented in source.
TCOD_text_set_pos
da_TCOD_text_set_pos TCOD_text_set_pos;
Undocumented in source.
TCOD_text_set_properties
da_TCOD_text_set_properties TCOD_text_set_properties;
Undocumented in source.
TCOD_text_update
da_TCOD_text_update TCOD_text_update;
Undocumented in source.
TCOD_thread_delete
da_TCOD_thread_delete TCOD_thread_delete;
Undocumented in source.
TCOD_thread_new
da_TCOD_thread_new TCOD_thread_new;
Undocumented in source.
TCOD_thread_wait
da_TCOD_thread_wait TCOD_thread_wait;
Undocumented in source.
TCOD_tree_add_son
da_TCOD_tree_add_son TCOD_tree_add_son;
Undocumented in source.
TCOD_tree_new
da_TCOD_tree_new TCOD_tree_new;
Undocumented in source.
TCOD_zip_delete
da_TCOD_zip_delete TCOD_zip_delete;
Undocumented in source.
TCOD_zip_get_char
da_TCOD_zip_get_char TCOD_zip_get_char;
Undocumented in source.
TCOD_zip_get_color
da_TCOD_zip_get_color TCOD_zip_get_color;
Undocumented in source.
TCOD_zip_get_console
da_TCOD_zip_get_console TCOD_zip_get_console;
Undocumented in source.
TCOD_zip_get_current_bytes
da_TCOD_zip_get_current_bytes TCOD_zip_get_current_bytes;
Undocumented in source.
TCOD_zip_get_data
da_TCOD_zip_get_data TCOD_zip_get_data;
Undocumented in source.
TCOD_zip_get_float
da_TCOD_zip_get_float TCOD_zip_get_float;
Undocumented in source.
TCOD_zip_get_image
da_TCOD_zip_get_image TCOD_zip_get_image;
Undocumented in source.
TCOD_zip_get_int
da_TCOD_zip_get_int TCOD_zip_get_int;
Undocumented in source.
TCOD_zip_get_remaining_bytes
da_TCOD_zip_get_remaining_bytes TCOD_zip_get_remaining_bytes;
Undocumented in source.
TCOD_zip_get_string
da_TCOD_zip_get_string TCOD_zip_get_string;
Undocumented in source.
TCOD_zip_load_from_file
da_TCOD_zip_load_from_file TCOD_zip_load_from_file;
Undocumented in source.
TCOD_zip_new
da_TCOD_zip_new TCOD_zip_new;
Undocumented in source.
TCOD_zip_put_char
da_TCOD_zip_put_char TCOD_zip_put_char;
Undocumented in source.
TCOD_zip_put_color
da_TCOD_zip_put_color TCOD_zip_put_color;
Undocumented in source.
TCOD_zip_put_console
da_TCOD_zip_put_console TCOD_zip_put_console;
Undocumented in source.
TCOD_zip_put_data
da_TCOD_zip_put_data TCOD_zip_put_data;
Undocumented in source.
TCOD_zip_put_float
da_TCOD_zip_put_float TCOD_zip_put_float;
Undocumented in source.
TCOD_zip_put_image
da_TCOD_zip_put_image TCOD_zip_put_image;
Undocumented in source.
TCOD_zip_put_int
da_TCOD_zip_put_int TCOD_zip_put_int;
Undocumented in source.
TCOD_zip_put_string
da_TCOD_zip_put_string TCOD_zip_put_string;
Undocumented in source.
TCOD_zip_save_to_file
da_TCOD_zip_save_to_file TCOD_zip_save_to_file;
Undocumented in source.
TCOD_zip_skip_bytes
da_TCOD_zip_skip_bytes TCOD_zip_skip_bytes;
Undocumented in source.

Meta