namegen.h
author truelight
Wed, 06 Apr 2005 15:39:18 +0000
changeset 1652 201cbfba7797
parent 1307 74a20969a884
child 2186 db48cf29b983
permissions -rw-r--r--
(svn r2156) -Fix: in revision 2104 someone forgot to add a very important check in
GetPrevVehicleInChain; this caused some nasty bugs in depots, like
wagons without engines complain about not being stopped, and stuff like
that. Hopefully this fixes those problems. With a big tnx to BJH for his
perfect demo!
#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif