summaryrefslogtreecommitdiff
path: root/ppm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppm.h')
-rw-r--r--ppm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ppm.h b/ppm.h
new file mode 100644
index 0000000..27a2984
--- /dev/null
+++ b/ppm.h
@@ -0,0 +1,6 @@
+#ifndef PPM_H_
+#define PPM_H_
+
+void save_ppm(FILE *f, uint32_t *buffer, uint32_t width, uint32_t height, uint32_t pitch);
+
+#endif //PPM_H_