Files @ r4636:faafd6e28bc4
Branch filter:

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

miham
(svn r6504) WebTranslator2 update to 2006-09-24 17:53:26
czech - 1 changed by Hadez (1)
galician - 14 fixed by Condex (14)
norwegian - 49 fixed by oletk (49)
spanish - 14 fixed by eusebio (14)
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */