namegen.h
author KUDr
Mon, 01 Jan 2007 18:26:10 +0000
branchcustombridgeheads
changeset 5624 7901de192beb
parent 4919 8ac0256c6009
permissions -rw-r--r--
(svn r7724) [cbh] - Codechange: cbh tile edge detection changed (using one if instead of switch) when entering the bridge wormhole
/* $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 */