|
OpenTTD Source 20251116-master-g21329071df
|
Declarations for accessing the k-d tree of towns. More...
Go to the source code of this file.
Data Structures | |
| struct | Kdtree_TownXYFunc |
Typedefs | |
| using | TownKdtree = Kdtree< TownID, Kdtree_TownXYFunc, uint16_t, int > |
Variables | |
| TownKdtree | _town_kdtree |
| TownKdtree | _town_local_authority_kdtree |
Declarations for accessing the k-d tree of towns.
Definition in file town_kdtree.h.
| using TownKdtree = Kdtree<TownID, Kdtree_TownXYFunc, uint16_t, int> |
Definition at line 23 of file town_kdtree.h.
|
extern |
Definition at line 74 of file town_cmd.cpp.
|
extern |
Definition at line 57 of file town_gui.cpp.