|
RT
|
#include <dirent.h>#include <SDL_image.h>#include "rtstruct.h"#include "config.h"#include "libft.h"#include "t_data.h"#include "render.h"
Functions | |
| void | load_texture (t_texture *tex) |
| void | add_texture (char *name, t_data *app, char *abs_path) |
| void | open_textures (t_data *app) |
| void add_texture | ( | char * | name, |
| t_data * | app, | ||
| char * | abs_path | ||
| ) |
| void load_texture | ( | t_texture * | tex | ) |
| void open_textures | ( | t_data * | app | ) |
1.8.17