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); } }