Files @ r6370:4dd4c55eda5f
Branch filter:

Location: cpp/openttd-patchpack/source/src/namegen.h

truelight
(svn r9429) -Fix r9338: when deleting a vehicle which has shared orders with one more vehicle and no orders, segfaulted
/* $Id$ */

/** @file namegen.h */

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