namegen.h
author matthijs
Fri, 06 Jan 2006 00:08:00 +0000
changeset 2821 cb5abbcc0f0c
parent 2436 7d5df545bd5d
child 4919 9a5b9becf31e
permissions -rw-r--r--
(svn r3369) - Codechange: Replace tables _signals_table, _signals_table_other and _signals_table_both by the equivalent calls to rail.h functions.
- Codechange: Add a few constants.
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */