#include "cub3d.h"#include "cub3d_render.h"#include "data_structure.h"#include "ft_draw.h"#include "mlx.h"#include <X11/X.h>#include <stdlib.h>
Functions | |
| void * | ft_settings (t_mlx *mlx) |
| Generate the window settings for the program. | |
| void | settings_hooks (t_data *data) |
| Set the settings hooks on the settings window. | |
| int | ft_set_screen_size (t_mlx *mlx, enum e_screen_size size) |
| Set screen size according to an enum. | |