Files @ r4543:756167771b4a
Branch filter:

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

miham
(svn r6375) WebTranslator2 update to 2006-09-04 08:35:58
german - 1 changed by Neonox (1)
spanish - 87 fixed by eusebio (87)
turkish - 4 fixed by jnmbk (4)
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */