Functions | |
char * | get_args_key_require (t_parse_txt *scene_file, const char *key) |
Verify curr_line is containing the proper value and key. More... | |
char * | get_args_after_key (t_parse_txt *scene_file, const char *key) |
void | check_opening_bracket (t_parse_txt *scene_file) |
Verify that the curr_line is a opening bracket. More... | |
void | check_closing_bracket (t_parse_txt *scene_file) |
Verify that the curr_line is a closing bracket. More... | |
void check_closing_bracket | ( | t_parse_txt * | scene_file | ) |
Verify that the curr_line is a closing bracket.
scene_file |
void check_opening_bracket | ( | t_parse_txt * | scene_file | ) |
Verify that the curr_line is a opening bracket.
scene_file |
char* get_args_after_key | ( | t_parse_txt * | scene_file, |
const char * | key | ||
) |
char* get_args_key_require | ( | t_parse_txt * | scene_file, |
const char * | key | ||
) |
Verify curr_line is containing the proper value and key.
scene_file | |
key | : key to find |