From 068714c0f2fe7ab003462e5483f9944b0bf2f8e0 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 18 Mar 2020 21:40:10 +0800 Subject: ... --- include/cru/platform/graph/base.hpp | 12 ++++++++++-- include/cru/platform/graph/fwd.hpp | 12 ------------ 2 files changed, 10 insertions(+), 14 deletions(-) delete mode 100644 include/cru/platform/graph/fwd.hpp (limited to 'include/cru/platform/graph') diff --git a/include/cru/platform/graph/base.hpp b/include/cru/platform/graph/base.hpp index 0b011262..002c2f51 100644 --- a/include/cru/platform/graph/base.hpp +++ b/include/cru/platform/graph/base.hpp @@ -3,11 +3,19 @@ #include "../matrix.hpp" #include "../resource.hpp" -#include "fwd.hpp" - #include namespace cru::platform::graph { +// forward declarations +struct IGraphFactory; +struct IBrush; +struct ISolidColorBrush; +struct IFont; +struct IGeometry; +struct IGeometryBuilder; +struct IPainter; +struct ITextLayout; + struct TextHitTestResult { int position; bool trailing; 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 -- cgit v1.2.3