OpenTTD Source
20241108-master-g80f628063a
|
Definition of structures used for generating town names. More...
Go to the source code of this file.
Data Structures | |
struct | TownNameParams |
Struct holding parameters used to generate town name. More... | |
Typedefs | |
typedef std::set< std::string > | TownNames |
Variables | |
static constexpr uint | BUILTIN_TOWNNAME_GENERATOR_COUNT = SPECSTR_TOWNNAME_LAST - SPECSTR_TOWNNAME_START + 1 |
Number of built-in town name generators. | |
Definition of structures used for generating town names.
Definition in file townname_type.h.