aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graph/fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/graph/fwd.hpp')
-rw-r--r--include/cru/platform/graph/fwd.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/cru/platform/graph/fwd.hpp b/include/cru/platform/graph/fwd.hpp
new file mode 100644
index 00000000..508a49fa
--- /dev/null
+++ b/include/cru/platform/graph/fwd.hpp
@@ -0,0 +1,12 @@
+#pragma once
+
+namespace cru::platform::graph {
+struct IGraphFactory;
+struct IBrush;
+struct ISolidColorBrush;
+struct IFont;
+struct IGeometry;
+struct IGeometryBuilder;
+struct IPainter;
+struct ITextLayout;
+} // namespace cru::platform::graph