namegen.h
author rubidium
Fri, 29 Dec 2006 16:40:22 +0000
changeset 5414 6469dbacdab8
parent 4919 9a5b9becf31e
permissions -rw-r--r--
(svn r7617) -Fix (7609): GetTrackBits only works (as intended) for plain rail tiles, so get the trackbits if it is certain it is a plain rail tile. Noticed by Tron.
/* $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 */