diff options
Diffstat (limited to 'minilibx/mlx_png.h')
-rw-r--r-- | minilibx/mlx_png.h | 4 |
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); |