TCOD_list_new()
Defined in File list.h
Return a new list.
TCOD_List* intList = TCOD_list_new(); TCOD_List* floatList = TCOD_list_new();
TCOD_List*