aboutsummaryrefslogtreecommitdiffstats
path: root/minilibx_opengl_20191021/mlx_png.h
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-01-17 19:30:15 +0100
committerRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-01-17 19:30:15 +0100
commit3c0434921d80dd99c5afd6272f7aa2d2705218a9 (patch)
tree99154197b71a5c1cde279b6c6cd6050f9264250d /minilibx_opengl_20191021/mlx_png.h
parentFirst commit (diff)
download42-cub3d-3c0434921d80dd99c5afd6272f7aa2d2705218a9.tar.gz
42-cub3d-3c0434921d80dd99c5afd6272f7aa2d2705218a9.tar.bz2
42-cub3d-3c0434921d80dd99c5afd6272f7aa2d2705218a9.tar.xz
42-cub3d-3c0434921d80dd99c5afd6272f7aa2d2705218a9.tar.zst
42-cub3d-3c0434921d80dd99c5afd6272f7aa2d2705218a9.zip
Added minilibX
Diffstat (limited to '')
-rw-r--r--minilibx_opengl_20191021/mlx_png.h4
1 files changed, 4 insertions, 0 deletions
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);