1 /* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */ 2 3 #include "Rectangle.h" 4 5 CR_BIND(SRectangle, ) 6 CR_REG_METADATA(SRectangle, ( 7 CR_MEMBER(x1), 8 CR_MEMBER(y1), 9 CR_MEMBER(x2), 10 CR_MEMBER(y2) 11 )) 12