aboutsummaryrefslogtreecommitdiffstats
path: root/minilibx/mlx_png.h
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-01-23 15:18:45 +0100
committerRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-01-23 15:18:45 +0100
commita6acf55cddec28eebf8d0e1c44603270d591cdee (patch)
treedff9c6d1075c05ee89631021e7211343e6949b28 /minilibx/mlx_png.h
parentDeleted libx (diff)
download42-cub3d-a6acf55cddec28eebf8d0e1c44603270d591cdee.tar.gz
42-cub3d-a6acf55cddec28eebf8d0e1c44603270d591cdee.tar.bz2
42-cub3d-a6acf55cddec28eebf8d0e1c44603270d591cdee.tar.xz
42-cub3d-a6acf55cddec28eebf8d0e1c44603270d591cdee.tar.zst
42-cub3d-a6acf55cddec28eebf8d0e1c44603270d591cdee.zip
Added back minilibx, added gitignore
Diffstat (limited to 'minilibx/mlx_png.h')
-rw-r--r--minilibx/mlx_png.h4
1 files changed, 4 insertions, 0 deletions
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);