aboutsummaryrefslogtreecommitdiff
path: root/src/ppm.h
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-09 11:19:23 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-09 11:19:23 +0300
commitb91c09a43b3191d719781fe717fc6d28fec58029 (patch)
tree6355cc29f8fb9569e2d407d63b4fcc35cf83d2b8 /src/ppm.h
parenta68cc52b5c5d1c104de8d675b90816aaa39f4ace (diff)
works
Diffstat (limited to 'src/ppm.h')
-rw-r--r--src/ppm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppm.h b/src/ppm.h
index 8ef66cc..f6dfd82 100644
--- a/src/ppm.h
+++ b/src/ppm.h
@@ -1,7 +1,7 @@
#ifndef PPM_H
#define PPM_H
-void save_as_ppm(char* file_path, int *t, size_t width, size_t height);
+void save_as_ppm(char* file_path, int *t, size_t width, size_t height, size_t scaler);
int *load_from_ppm(char *file_path, size_t *width, size_t *height);