Files @ r2633:c8c56854b430
Branch filter:

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

orudge
(svn r3175) - Updated OS/2 project file to include station_newgrf.c
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */