summaryrefslogtreecommitdiff
path: root/mlx/mlx_png.h
diff options
context:
space:
mode:
authorDominik Kaiser2024-05-09 13:58:50 +0200
committerDominik Kaiser2024-05-09 13:58:50 +0200
commit7b7f18ebf7636b656788d8f0bfea5ab2662fd8dc (patch)
tree92cffacb52f96bfc3a2e52419d7ae3b3234e37b7 /mlx/mlx_png.h
parent0673f8b572b575bd5f3f9297cff615d61494dcdf (diff)
downloadso_long-7b7f18ebf7636b656788d8f0bfea5ab2662fd8dc.tar.gz
so_long-7b7f18ebf7636b656788d8f0bfea5ab2662fd8dc.zip
Add MiniLibX
Diffstat (limited to 'mlx/mlx_png.h')
-rw-r--r--mlx/mlx_png.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mlx/mlx_png.h b/mlx/mlx_png.h
new file mode 100644
index 0000000..83ef145
--- /dev/null
+++ b/mlx/mlx_png.h
@@ -0,0 +1,4 @@
+
+
+
+void *mlx_png_file_to_image(void *xvar, char *file, int *width, int *height);