aboutsummaryrefslogtreecommitdiff
path: root/CruUI/ui/ui_base.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-09-01 23:28:28 +0800
committercrupest <crupest@outlook.com>2018-09-01 23:28:28 +0800
commit956a401f9c955f26b7e661dc80f76bfc43fc4124 (patch)
tree8af088933c7bc08942478daddd55c92de8668359 /CruUI/ui/ui_base.cpp
downloadcru-956a401f9c955f26b7e661dc80f76bfc43fc4124.tar.gz
cru-956a401f9c955f26b7e661dc80f76bfc43fc4124.tar.bz2
cru-956a401f9c955f26b7e661dc80f76bfc43fc4124.zip
Initial commit
Diffstat (limited to 'CruUI/ui/ui_base.cpp')
-rw-r--r--CruUI/ui/ui_base.cpp8
1 files changed, 8 insertions, 0 deletions
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);
+ }
+}