Files @ r6312:1eb52919077b
Branch filter:

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

rubidium
(svn r9239) -Fix [FS#682]: PowerMac G5 CPU is not detected (oVRoM).
/* $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 */