diff options
Diffstat (limited to 'include/cru/platform/graph/painter.hpp')
-rw-r--r-- | include/cru/platform/graph/painter.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/cru/platform/graph/painter.hpp b/include/cru/platform/graph/painter.hpp index 3ae9cf1c..1f4ab7cb 100644 --- a/include/cru/platform/graph/painter.hpp +++ b/include/cru/platform/graph/painter.hpp @@ -1,10 +1,7 @@ #pragma once -#include "base.hpp" +#include "resource.hpp" namespace cru::platform::graph { -struct IBrush; -struct IGeometry; -struct ITextLayout; struct IPainter : virtual INativeResource { virtual Matrix GetTransform() = 0; |