aboutsummaryrefslogtreecommitdiff
path: root/src/graph/graph.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/graph.hpp')
-rw-r--r--src/graph/graph.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graph/graph.hpp b/src/graph/graph.hpp
index b859e82f..7771b48f 100644
--- a/src/graph/graph.hpp
+++ b/src/graph/graph.hpp
@@ -172,4 +172,6 @@ namespace cru::graph
action(device_context);
device_context->SetTransform(old_transform);
}
+
+ Microsoft::WRL::ComPtr<ID2D1SolidColorBrush> CreateSolidColorBrush(const D2D1_COLOR_F& color);
}