src/namegen.h
author belugas
Wed, 04 Jul 2007 00:49:03 +0000
changeset 7150 8c2b0cda3885
parent 6417 7594fdb854fd
child 8348 4d7c1c5055b3
permissions -rw-r--r--
(svn r10424) -Fix : Toy shop seems to be working exactly like power stations, water tower and banks, i.e: they require cargo but do nothing with it.
So, make it an INDUSTRYLIFE_BLACK_HOLE, exactly like the above mentioned industries.
Thanks to glx who spotted, and Csaboka who confirmed it could very well be a CS bug.
/* $Id$ */

/** @file src/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 */