OpenTTD Source
12.0-beta2
|
#include "newgrf_townname.h"
#include "town_type.h"
#include "string_type.h"
#include <set>
#include <string>
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.