diff options
Diffstat (limited to 'include/cru/ui/base.hpp')
-rw-r--r-- | include/cru/ui/base.hpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/cru/ui/base.hpp b/include/cru/ui/base.hpp index 427615b9..a5e656ff 100644 --- a/include/cru/ui/base.hpp +++ b/include/cru/ui/base.hpp @@ -16,6 +16,8 @@ using cru::platform::Thickness; using cru::platform::native::MouseButton; namespace colors { -using namespace cru::platform::colors; -} -} // namespace cru::ui
\ No newline at end of file +using cru::platform::colors::black; +using cru::platform::colors::white; +using cru::platform::colors::skyblue; +} // namespace colors +} // namespace cru::ui |