aboutsummaryrefslogtreecommitdiff
path: root/src/ThemeBuilder/components/Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ThemeBuilder/components/Common.h')
-rw-r--r--src/ThemeBuilder/components/Common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ThemeBuilder/components/Common.h b/src/ThemeBuilder/components/Common.h
new file mode 100644
index 00000000..b91fcf88
--- /dev/null
+++ b/src/ThemeBuilder/components/Common.h
@@ -0,0 +1,7 @@
+#pragma once
+#include "cru/platform/graphics/Brush.h"
+
+namespace cru::theme_builder::components {
+std::unique_ptr<platform::graphics::ISolidColorBrush>
+CreateRandomEditorBackgroundBrush();
+}