namegen.h
author celestar
Tue, 02 Jan 2007 15:17:22 +0000
branchcustombridgeheads
changeset 5639 28eed7579ccb
parent 4919 8ac0256c6009
permissions -rw-r--r--
(svn r7749) [cbh] - Doc: Updated the BUGS file with the problems known in cbh
/* $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 */