Files @ r4538:6da480304950
Branch filter:

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

Darkvater
(svn r6367) -Codechange: Speed up the animated cursors a bit so they move once in a while
at least.
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */