namegen.h
author celestar
Sat, 30 Dec 2006 12:49:54 +0000
branchcustombridgeheads
changeset 5600 bac9ab186cab
parent 4919 8ac0256c6009
permissions -rw-r--r--
(svn r7645) [cbh] - Fix: In r7643, I broke the building of new bridges because I forgot to change the map-accessors. repair this
/* $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 */