a la norme et sans leaks, manque le parsing

This commit is contained in:
hugogogo
2021-07-23 16:28:12 +02:00
parent 04ad40b58d
commit 3b8a88de23
130 changed files with 8652 additions and 211 deletions

View File

@@ -38,7 +38,7 @@ typedef struct s_fdf
int img_endian;
} t_fdf;
t_fdf *init_fdf(void);
t_fdf *init_fdf(t_fdf *fdf);
int print_keycode(int keycode);
int shut_down(t_fdf *fdf);
void draw_image(t_fdf *fdf);