Files @ r2349:5a9ead045337
Branch filter:

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

miham
(svn r2875) [translations] Restored langfiles (f*cked up at 2874, sorry (problem fixed))
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif