aboutsummaryrefslogtreecommitdiff
path: root/src/PNGImage.h
diff options
context:
space:
mode:
authorDylan <boss@tehbox.org>2026-05-04 18:36:15 +1200
committerDylan <boss@tehbox.org>2026-05-04 18:36:15 +1200
commita75bdd0e167140eeb4afb091c9dedd84474c8531 (patch)
tree9c94262edc1c1eea4bd4977f76c7cd8ec6a43da1 /src/PNGImage.h
parent500151be4794923cee6034c26881effeb1bb056d (diff)
downloadtehimage-a75bdd0e167140eeb4afb091c9dedd84474c8531.tar.gz
tehimage-a75bdd0e167140eeb4afb091c9dedd84474c8531.zip
feat: Added a writer class
Also moved both the reader and writer class to the same files, named files.{cpp,h}
Diffstat (limited to 'src/PNGImage.h')
-rw-r--r--src/PNGImage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PNGImage.h b/src/PNGImage.h
index fa78e0e..1ed1be5 100644
--- a/src/PNGImage.h
+++ b/src/PNGImage.h
@@ -1,6 +1,6 @@
#pragma once
-#include "reader.h"
+#include "files.h"
#include "image.h"
#include "zlib.h"
#include <cstddef>