From 7b17e8045bde2d36dc6af5f66e75e44593564086 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 28 Jun 2019 18:02:24 +0800 Subject: ... --- include/cru/ui/base.hpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'include') 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 -- cgit v1.2.3