Clean up Image class.

This commit is contained in:
jmsgrogan 2023-01-11 14:31:29 +00:00
parent 4bb87de0e6
commit 0d3674faac
30 changed files with 330 additions and 135 deletions

View file

@ -0,0 +1,8 @@
#pragma once
#include "PlatformImageWriter.h"
class Win32WicImageWriter
{
};