namegen.h
author miham
Mon, 20 Jun 2005 09:33:43 +0000
changeset 1956 6eea50cae80b
parent 1307 74a20969a884
child 2186 db48cf29b983
permissions -rw-r--r--
(svn r2462) [Translations] Updated to 2005-06-20 (202 strs / 5 langs)
#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif