Files @ r5407:8687f42a7985
Branch filter:

Location: cpp/openttd-patchpack/source/namegen.h

rubidium
(svn r7603) -Codechange (FS#481): update the Polish Town Name generator with Unicode characters (DDream).
/* $Id$ */

#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 */