aboutsummaryrefslogtreecommitdiff
path: root/CruUI/ui/ui_base.cpp
blob: b30f65abf93d9e570f393a3ce98f56f3e3048fea (plain)
1
2
3
4
5
6
7
8
#include "ui_base.h"

namespace cru {
    namespace ui {
        const Point Point::zero(0, 0);
        const Size Size::zero(0, 0);
	}
}