namegen.h
author celestar
Mon, 11 Jul 2005 09:00:49 +0000
changeset 2035 aa2ba913811a
parent 1307 e009b42d00b4
child 2186 461a2aff3486
permissions -rw-r--r--
(svn r2544) -Add: Added the Doxyfile to the trunk. run "doxygen" to generate html-based documentation on the source code on the fly (about 9MB in size currently).
documentation will be stored in docs/source/html/ (request by blathijs)
#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif