OpenTTD Source 20241224-master-gf74b0cf984
|
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.
typedef std::set<std::string> TownNames |
Definition at line 20 of file townname_type.h.
|
staticconstexpr |
Number of built-in town name generators.
Definition at line 22 of file townname_type.h.
Referenced by GenerateLandscapeWindow::SetStringParameters(), and TownNameParams::TownNameParams().