namegen.h
author rubidium
Mon, 11 Dec 2006 12:32:23 +0000
changeset 5318 e02e5b76b355
parent 4919 9a5b9becf31e
permissions -rw-r--r--
(svn r7476) -Fix (6965): the paper mill belongs in the Sub-Arctic (LT_HILLY) and not the Tropic (LT_DESERT) climate.
/* $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 */