namegen.h
author belugas
Fri, 27 Oct 2006 16:18:47 +0000
changeset 4966 9486538c344d
parent 4919 9a5b9becf31e
permissions -rw-r--r--
(svn r6966) -Fix(6965): Little typo while making the comment doxygen friendly
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */