diff options
Diffstat (limited to 'include/cru/win/graph/direct/ComResource.hpp')
-rw-r--r-- | include/cru/win/graph/direct/ComResource.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/cru/win/graph/direct/ComResource.hpp b/include/cru/win/graph/direct/ComResource.hpp deleted file mode 100644 index 2ac332cd..00000000 --- a/include/cru/win/graph/direct/ComResource.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once -#include "../../WinPreConfig.hpp" - -#include "cru/common/Base.hpp" - -namespace cru::platform::graph::win::direct { -template <typename TInterface> -struct IComResource : virtual Interface { - virtual TInterface* GetComInterface() const = 0; -}; -} // namespace cru::platform::graph::win::direct |