#pragma once #include "pch.h" class TextureLoader { public: static winrt::com_ptr Load(const wchar_t* fileName); };