namegen.h
author miham
Tue, 02 Jan 2007 10:22:10 +0000
changeset 5717 aaf643248c19
parent 4919 8ac0256c6009
permissions -rw-r--r--
(svn r7742) WebTranslator2 update to 2007-01-02 11:20:30
finnish - 24 fixed, 42 changed by habazi (66)
japanese - 1153 fixed by PouncingAnt (498), ickoonite (655)
/* $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 */