12 #ifndef GEOMETRY_TYPE_HPP 13 #define GEOMETRY_TYPE_HPP 15 #if defined(__AMIGA__) 17 #define Point OTTD_Point 20 #if defined(__APPLE__) 22 #define Rect OTTD_Rect 23 #define Point OTTD_Point Specification of a rectangle with an absolute top-left coordinate and a (relative) width/height...
Coordinates of a point in 2D.
Specification of a rectangle with absolute coordinates of all edges.
Dimensions (a width and height) of a rectangle in 2D.