RT
Functions
parser.c File Reference
#include "config.h"
#include "libft.h"
#include "parse.h"
Include dependency graph for parser.c:

Functions

void parse_light (t_parse_txt *scene_file)
 Built a light obj and add it to the scene.lst_light. More...
 
char * parse_str (t_parse_txt *scene_file, char *key)
 

Function Documentation

◆ parse_light()

void parse_light ( t_parse_txt scene_file)

Built a light obj and add it to the scene.lst_light.

Parameters
scene_file: Parsing struct

◆ parse_str()

char* parse_str ( t_parse_txt scene_file,
char *  key 
)