Files @ r5037:f6c5a8815d61
Branch filter:

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

peter1138
(svn r7079) -Codechange: Move an array to the only place it is used.
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */