namegen.h
author rubidium
Mon, 11 Dec 2006 12:37:57 +0000
changeset 5319 37f1411c79e7
parent 4919 9a5b9becf31e
permissions -rw-r--r--
(svn r7477) -Fix (7451): Allocate(Industry|Town) get called twice when trying to build an industry/town via a command, thus incrementing the number of towns/industries twice when created via a command.
/* $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 */