aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-06-28 18:02:24 +0800
committercrupest <crupest@outlook.com>2019-06-28 18:02:24 +0800
commit7b17e8045bde2d36dc6af5f66e75e44593564086 (patch)
tree49569d8109daccf4e548c98ebc4529b5d3cb775f /include
parentb53527fbe50a953ad0e3225cc812eb76b8a1f82d (diff)
downloadcru-7b17e8045bde2d36dc6af5f66e75e44593564086.tar.gz
cru-7b17e8045bde2d36dc6af5f66e75e44593564086.tar.bz2
cru-7b17e8045bde2d36dc6af5f66e75e44593564086.zip
...
Diffstat (limited to 'include')
-rw-r--r--include/cru/ui/base.hpp8
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