OpenTTD Source
20241108-master-g80f628063a
|
Specification of a rectangle with an absolute top-left coordinate and a (relative) width/height. More...
#include <geometry_type.hpp>
Data Fields | |
int | x |
int | y |
int | width |
int | height |
Specification of a rectangle with an absolute top-left coordinate and a (relative) width/height.
Definition at line 234 of file geometry_type.hpp.