Files @ r7636:8f5920590fc8
Branch filter:

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

rubidium
(svn r11167) -Fix [FS#1260]: Electric trains were not shown as stopped in depots when converting it from elrail -> normal rail. Patch by smatz.
/* $Id$ */

/** @file src/namegen.h Town name generator stuff */

#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 */