namegen.h
author Darkvater
Thu, 21 Dec 2006 11:34:50 +0000
changeset 5354 a48fc9a710f5
parent 4919 9a5b9becf31e
permissions -rw-r--r--
(svn r7525) -Fix (r6631): Invalidate the widget of 'many random industries' when it is raised (Maedhros)
/* $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 */