From 956a401f9c955f26b7e661dc80f76bfc43fc4124 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 1 Sep 2018 23:28:28 +0800 Subject: Initial commit --- CruUI/ui/ui_base.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CruUI/ui/ui_base.cpp (limited to 'CruUI/ui/ui_base.cpp') diff --git a/CruUI/ui/ui_base.cpp b/CruUI/ui/ui_base.cpp new file mode 100644 index 00000000..b30f65ab --- /dev/null +++ b/CruUI/ui/ui_base.cpp @@ -0,0 +1,8 @@ +#include "ui_base.h" + +namespace cru { + namespace ui { + const Point Point::zero(0, 0); + const Size Size::zero(0, 0); + } +} -- cgit v1.2.3