Files @ r5454:92b887b93c71
Branch filter:

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

miham
(svn r7715) WebTranslator2 update to 2007-01-01 14:24:49
estonian - 1 deleted, 5 changed by kristjans (6)
turkish - 1 changed by jnmbk (1)
/* $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 */