From b91c09a43b3191d719781fe717fc6d28fec58029 Mon Sep 17 00:00:00 2001 From: kartofen Date: Tue, 9 Aug 2022 11:19:23 +0300 Subject: works --- src/ppm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ppm.h') 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); -- cgit v1.2.3