blob: b91fcf8864a0eda80f7cecaf166ddb5f3c72c740 (
plain)
1
2
3
4
5
6
7
|
#pragma once
#include "cru/platform/graphics/Brush.h"
namespace cru::theme_builder::components {
std::unique_ptr<platform::graphics::ISolidColorBrush>
CreateRandomEditorBackgroundBrush();
}
|