diff options
author | crupest <crupest@outlook.com> | 2022-03-10 21:31:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-03-10 21:31:54 +0800 |
commit | f99d56cf4091baf34636436de42ac84f4f92ae66 (patch) | |
tree | d23966d20ae33f54fe98390784ee06efdc36336e /src/theme_builder/components/Common.h | |
parent | 168817476f85e8dbc04c06691a73a7d75c4858d5 (diff) | |
download | cru-f99d56cf4091baf34636436de42ac84f4f92ae66.tar.gz cru-f99d56cf4091baf34636436de42ac84f4f92ae66.tar.bz2 cru-f99d56cf4091baf34636436de42ac84f4f92ae66.zip |
...
Diffstat (limited to 'src/theme_builder/components/Common.h')
-rw-r--r-- | src/theme_builder/components/Common.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/theme_builder/components/Common.h b/src/theme_builder/components/Common.h new file mode 100644 index 00000000..b91fcf88 --- /dev/null +++ b/src/theme_builder/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(); +} |