diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-01-17 19:30:15 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-01-17 19:30:15 +0100 |
commit | 3c0434921d80dd99c5afd6272f7aa2d2705218a9 (patch) | |
tree | 99154197b71a5c1cde279b6c6cd6050f9264250d /minilibx_opengl_20191021/mlx_png.h | |
parent | First commit (diff) | |
download | 42-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.h | 4 |
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); |