Files @ r10904:dd96b7e5ab53
Branch filter:

Location: cpp/openttd-patchpack/source/src/namegen_func.h

Yexo
(svn r15239) -Fix [FS#2579]: The start date of random AIs was not stored in the config file or the savegame.
/* $Id$ */

/** @file namegen_func.h Town name generator stuff. */

#ifndef NAMEGEN_H
#define NAMEGEN_H

typedef byte TownNameGenerator(char *buf, uint32 seed, const char *last);

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */