Files @ r5000:af9fc7861527
Branch filter:

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

tron
(svn r7013) Add glyphs for the interpunct. This is mainly useful for the catalan translation
/* $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 */