namegen.h
author tron
Sun, 24 Jul 2005 14:12:37 +0000
changeset 2186 461a2aff3486
parent 1307 e009b42d00b4
child 2436 177cb6a8339f
permissions -rw-r--r--
(svn r2701) Insert Id tags into all source files
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

typedef byte TownNameGenerator(char *buf, uint32 seed);

extern TownNameGenerator * const _town_name_generators[];

#endif