From b129c5a144dfb116082689ffaaa9ac78e2403656 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 18 Mar 2020 21:16:25 +0800 Subject: ... --- include/cru/platform/graph/fwd.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 include/cru/platform/graph/fwd.hpp (limited to 'include/cru/platform/graph/fwd.hpp') 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 -- cgit v1.2.3