From a6acf55cddec28eebf8d0e1c44603270d591cdee Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Thu, 23 Jan 2020 15:18:45 +0100 Subject: Added back minilibx, added gitignore --- minilibx/mlx_png.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 minilibx/mlx_png.h (limited to 'minilibx/mlx_png.h') diff --git a/minilibx/mlx_png.h b/minilibx/mlx_png.h new file mode 100644 index 0000000..83ef145 --- /dev/null +++ b/minilibx/mlx_png.h @@ -0,0 +1,4 @@ + + + +void *mlx_png_file_to_image(void *xvar, char *file, int *width, int *height); -- cgit v1.2.3