aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/base.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-12-13 01:02:47 +0800
committercrupest <crupest@outlook.com>2019-12-13 01:02:47 +0800
commit9110574bb51e9e2959842a7641f598d34c3cd847 (patch)
tree96ee1f5b3c40095e4e923fc763de0663ee6a01aa /include/cru/ui/base.hpp
parentf2aa96fba0b72eeeadf5160ea5df2c8143ec8aa0 (diff)
downloadcru-9110574bb51e9e2959842a7641f598d34c3cd847.tar.gz
cru-9110574bb51e9e2959842a7641f598d34c3cd847.tar.bz2
cru-9110574bb51e9e2959842a7641f598d34c3cd847.zip
...
Diffstat (limited to 'include/cru/ui/base.hpp')
-rw-r--r--include/cru/ui/base.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/cru/ui/base.hpp b/include/cru/ui/base.hpp
index a5e656ff..581e6f8f 100644
--- a/include/cru/ui/base.hpp
+++ b/include/cru/ui/base.hpp
@@ -1,5 +1,6 @@
#pragma once
-#include "cru/platform/graphic_base.hpp"
+#include "cru/common/base.hpp"
+#include "cru/platform/graph_base.hpp"
#include "cru/platform/matrix.hpp"
#include "cru/platform/native/basic_types.hpp"
@@ -17,7 +18,7 @@ using cru::platform::native::MouseButton;
namespace colors {
using cru::platform::colors::black;
-using cru::platform::colors::white;
using cru::platform::colors::skyblue;
+using cru::platform::colors::white;
} // namespace colors
} // namespace cru::ui