aboutsummaryrefslogtreecommitdiff
path: root/minilibx/mlx_png.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-24 09:34:49 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-24 09:34:49 +0100
commit49f9d59d274324c83170c120cdfa7485328c2d17 (patch)
treeca5bf45ff366b1f676b7abff03e1166f1eec831a /minilibx/mlx_png.h
downloadfractol-49f9d59d274324c83170c120cdfa7485328c2d17.tar.gz
fractol-49f9d59d274324c83170c120cdfa7485328c2d17.tar.bz2
fractol-49f9d59d274324c83170c120cdfa7485328c2d17.zip
Initial commit
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);