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