Struct TCOD_parser_listener_t

Struct Documentation

struct TCOD_parser_listener_t

Public Members

bool (*new_struct)(TCOD_ParserStruct *str, const char *name)
bool (*new_flag)(const char *name)
bool (*new_property)(const char *propname, TCOD_value_type_t type, TCOD_value_t value)
bool (*end_struct)(TCOD_ParserStruct *str, const char *name)
void (*error)(const char *msg)