src/namegen_func.h
author rubidium
Sat, 12 Apr 2008 11:15:25 +0000
changeset 10135 b2777e2f98e5
parent 9260 fc088947405b
child 10429 1b99254f9607
permissions -rw-r--r--
(svn r12666) -Fix: the time table GUI did not show some data in the correct manner.
/* $Id$ */

/** @file namegen.h Town name generator stuff. */

#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 */