diff options
Diffstat (limited to 'include/cru/platform/graph/resource.hpp')
| -rw-r--r-- | include/cru/platform/graph/resource.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/cru/platform/graph/resource.hpp b/include/cru/platform/graph/resource.hpp deleted file mode 100644 index 8859360c..00000000 --- a/include/cru/platform/graph/resource.hpp +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once -#include "Base.hpp" - -namespace cru::platform::graph { -struct IGraphFactory; - -struct IGraphResource : virtual INativeResource { - virtual IGraphFactory* GetGraphFactory() = 0; -}; -} // namespace cru::platform::graph |
