namegen.h
author tron
Sun, 24 Jul 2005 14:12:37 +0000
changeset 2186 db48cf29b983
parent 1307 74a20969a884
child 2436 7d5df545bd5d
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