diff options
Diffstat (limited to 'include/cru/platform/graphics/Base.hpp')
-rw-r--r-- | include/cru/platform/graphics/Base.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cru/platform/graphics/Base.hpp b/include/cru/platform/graphics/Base.hpp index 3a18e39d..416f0df4 100644 --- a/include/cru/platform/graphics/Base.hpp +++ b/include/cru/platform/graphics/Base.hpp @@ -16,7 +16,6 @@ #define CRU_PLATFORM_GRAPHICS_API #endif - namespace cru::platform::graphics { // forward declarations struct IGraphicsFactory; @@ -25,6 +24,8 @@ struct ISolidColorBrush; struct IFont; struct IGeometry; struct IGeometryBuilder; +struct IImage; +struct IImageFactory; struct IPainter; struct ITextLayout; |