OpenTTD Source  20241108-master-g80f628063a
townname_type.h File Reference

Definition of structures used for generating town names. More...

#include "newgrf_townname.h"
#include "town_type.h"
#include "string_type.h"

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.
 

Detailed Description

Definition of structures used for generating town names.

Definition in file townname_type.h.