namegen.h
author tron
Sat, 28 Oct 2006 11:48:21 +0000
changeset 4980 bdc86a42db2c
parent 4919 8ac0256c6009
permissions -rw-r--r--
(svn r6983) Use the pool macros for the Station pool
/* $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 */