Files @ r5300:24266f1ed8f8
Branch filter:

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

miham
(svn r7456) [Namegen] Fixed hungarian characters in namegen as well
/* $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 */