namegen.h
author peter1138
Sun, 10 Dec 2006 19:00:06 +0000
changeset 5316 b04421921eae
parent 4919 8ac0256c6009
permissions -rw-r--r--
(svn r7473) -Fix (r7269): Pass a cargo type to determine the freight weight
multiplier instead of a vehicle. Fixes incorrect display of total
train capacity.
/* $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 */