Files @ r11174:ecb539865c34
Branch filter:

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

yexo
(svn r15525) -Fix: Don't try to find the AIs the server runs when joining a mp server.
/* $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 */