#pragma once #include "PlatformImageWriter.h" class Win32WicImageWriter : public PlatformImageWriter { public: void write(const Path& path, Image* image, ImgFormat format = ImgFormat::PNG) override; };