From 851a3f34efd456295b21849199c3eaf4e70f9fb9 Mon Sep 17 00:00:00 2001 From: kartofen Date: Wed, 10 Aug 2022 17:18:45 +0300 Subject: big refactor --- src/ppm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ppm.h') diff --git a/src/ppm.h b/src/ppm.h index 1fff658..70bd6f0 100644 --- a/src/ppm.h +++ b/src/ppm.h @@ -1,9 +1,6 @@ #ifndef PPM_H #define PPM_H -#include -typedef uint8_t small_t; - void save_as_ppm(char* file_path, small_t *t, size_t width, size_t height, size_t scaler); small_t *load_from_ppm(char *file_path, size_t *width, size_t *height); -- cgit v1.2.3