Files @ r2760:b021dc87dfb7
Branch filter:

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

truelight
(svn r3305) -Rename: Changed all instances of ottd_ related to the AI to ttai_
/* $Id$ */

#ifndef NAMEGEN_H
#define NAMEGEN_H

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

extern TownNameGenerator * const _town_name_generators[];

#endif /* NAMEGEN_H */