aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graph/fwd.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-18 21:40:10 +0800
committercrupest <crupest@outlook.com>2020-03-18 21:40:10 +0800
commit068714c0f2fe7ab003462e5483f9944b0bf2f8e0 (patch)
treea16aea1a4414c2763e2d82eabd9bf68d4e44c7fc /include/cru/platform/graph/fwd.hpp
parentb129c5a144dfb116082689ffaaa9ac78e2403656 (diff)
downloadcru-068714c0f2fe7ab003462e5483f9944b0bf2f8e0.tar.gz
cru-068714c0f2fe7ab003462e5483f9944b0bf2f8e0.tar.bz2
cru-068714c0f2fe7ab003462e5483f9944b0bf2f8e0.zip
...
Diffstat (limited to 'include/cru/platform/graph/fwd.hpp')
-rw-r--r--include/cru/platform/graph/fwd.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/cru/platform/graph/fwd.hpp b/include/cru/platform/graph/fwd.hpp
deleted file mode 100644
index 508a49fa..00000000
--- a/include/cru/platform/graph/fwd.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#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