Files @ r3122:c01e5ea095aa
Branch filter:

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

Darkvater
(svn r3727) - Fix some typos in the readme and known-bugs text files
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */