mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-20 14:09:19 +00:00
11 lines
172 B
C
11 lines
172 B
C
/* $Id$ */
|
|
|
|
#ifndef NAMEGEN_H
|
|
#define NAMEGEN_H
|
|
|
|
typedef byte TownNameGenerator(char *buf, uint32 seed);
|
|
|
|
extern TownNameGenerator * const _town_name_generators[];
|
|
|
|
#endif
|