namegen.h
author Darkvater
Mon, 02 May 2005 16:02:24 +0000
changeset 1742 21b08bbfba34
parent 1307 74a20969a884
child 2186 db48cf29b983
permissions -rw-r--r--
(svn r2246) - CodeChange: Station is 'st' not 'station' - random commit of the day
#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif