From 3c0434921d80dd99c5afd6272f7aa2d2705218a9 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Fri, 17 Jan 2020 19:30:15 +0100 Subject: Added minilibX --- minilibx_opengl_20191021/mlx_png.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 minilibx_opengl_20191021/mlx_png.h (limited to 'minilibx_opengl_20191021/mlx_png.h') diff --git a/minilibx_opengl_20191021/mlx_png.h b/minilibx_opengl_20191021/mlx_png.h new file mode 100644 index 0000000..83ef145 --- /dev/null +++ b/minilibx_opengl_20191021/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