diff options
Diffstat (limited to 'include/cru/platform/graphics/Resource.hpp')
-rw-r--r-- | include/cru/platform/graphics/Resource.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/cru/platform/graphics/Resource.hpp b/include/cru/platform/graphics/Resource.hpp deleted file mode 100644 index e559b0e9..00000000 --- a/include/cru/platform/graphics/Resource.hpp +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once -#include "Base.hpp" - -namespace cru::platform::graphics { -struct IGraphicsFactory; - -struct CRU_PLATFORM_GRAPHICS_API IGraphicsResource : virtual IPlatformResource { - virtual IGraphicsFactory* GetGraphicsFactory() = 0; -}; -} // namespace cru::platform::graphics |