Files @ r4915:c61a65024292
Branch filter:

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

peter1138
(svn r6888) - Fix (r6884): Missed a couple of strecpy()s in newgrf text handling
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */