Files @ r2280:70feb404746f
Branch filter:

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

miham
(svn r2804) [Translators] Updated translations to 20050804 (21 lang(s))
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif