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

Functions

int get_motion_type (char *key)
 
void parse_motion (t_parse_txt *scene_file, t_anim *anim)
 
void parse_anim_specials (t_parse_txt *scene_file, char *line)
 
void parse_anim_extend (t_parse_txt *scene_file, char *line)
 
void parse_anim (t_parse_txt *scene_file)
 

Function Documentation

◆ get_motion_type()

int get_motion_type ( char *  key)

◆ parse_anim()

void parse_anim ( t_parse_txt scene_file)

◆ parse_anim_extend()

void parse_anim_extend ( t_parse_txt scene_file,
char *  line 
)

◆ parse_anim_specials()

void parse_anim_specials ( t_parse_txt scene_file,
char *  line 
)

◆ parse_motion()

void parse_motion ( t_parse_txt scene_file,
t_anim anim 
)