OpenTTD Source
20241108-master-g80f628063a
|
A pair-construct of a TileIndexDiff. More...
#include <map_type.h>
Data Fields | |
int16_t | x |
The x value of the coordinate. | |
int16_t | y |
The y value of the coordinate. | |
A pair-construct of a TileIndexDiff.
This can be used to save the difference between to tiles as a pair of x and y value.
Definition at line 31 of file map_type.h.