diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-10 17:18:45 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-10 17:18:45 +0300 |
commit | 851a3f34efd456295b21849199c3eaf4e70f9fb9 (patch) | |
tree | 7eff274bf1ea6b144254a0ebb063257ab2b33af0 /src/ppm.c | |
parent | bb820d973e9f53d33a32c46659e2a163e68be4ba (diff) |
big refactor
Diffstat (limited to 'src/ppm.c')
-rw-r--r-- | src/ppm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include "typedef.h" #include "ppm.h" void save_as_ppm(char* file_path, small_t *t, size_t width, size_t height, size_t scaler) |