#pragma once #include "../../WinPreConfig.hpp" #include "cru/common/Base.hpp" namespace cru::platform::graphics::win::direct { template struct IComResource : virtual Interface { virtual TInterface* GetComInterface() const = 0; }; } // namespace cru::platform::graphics::win::direct