Files @ r3775:510ec99b1193
Branch filter:

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

peter1138
(svn r4767) - Newstations: fix loading / use of custom ground sprites
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */