namegen.h
author matthijs
Tue, 05 Dec 2006 13:58:20 +0000
changeset 5247 c3eece01af11
parent 4919 8ac0256c6009
permissions -rw-r--r--
(svn r7372) - CodeChange: Rename all GetXXXArraySize() functions to GetNumXXX() and add GetMaxXXXIndex() functions. This prepares for the new pool interface.
/* $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 */