diff options
| author | Dylan <boss@tehbox.org> | 2026-05-04 18:36:15 +1200 |
|---|---|---|
| committer | Dylan <boss@tehbox.org> | 2026-05-04 18:36:15 +1200 |
| commit | a75bdd0e167140eeb4afb091c9dedd84474c8531 (patch) | |
| tree | 9c94262edc1c1eea4bd4977f76c7cd8ec6a43da1 /src/PNGImage.cpp | |
| parent | 500151be4794923cee6034c26881effeb1bb056d (diff) | |
| download | tehimage-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.cpp')
| -rw-r--r-- | src/PNGImage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PNGImage.cpp b/src/PNGImage.cpp index 677c811..b9f956f 100644 --- a/src/PNGImage.cpp +++ b/src/PNGImage.cpp @@ -1,5 +1,5 @@ #include "PNGImage.h" -#include "reader.h" +#include "files.h" #include "zlib.h" #include "debug.h" |
