enventor/src/include/syntax_helper.h

5 lines
126 B
C

syntax_helper *syntax_init(void);
void syntax_term(syntax_helper *sh);
color_data *syntax_color_data_get(syntax_helper *sh);