RT
|
#include "interface.h"
#include "animate.h"
#include "libft.h"
#include "parse.h"
#include "tools.h"
Functions | |
void | anim_delete (t_data *app) |
void | anim_add (t_data *app, t_obj *obj) |
void | anim_add_another (t_anim *anim) |
void | anim_add_camera (t_cam *cam) |
void | anim_add_light (t_data *app, t_light *light) |
void anim_add_another | ( | t_anim * | anim | ) |
void anim_add_camera | ( | t_cam * | cam | ) |
void anim_delete | ( | t_data * | app | ) |