Files @ r10855:5a3c2f38f98e
Branch filter:

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

Yexo
(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.
/* $Id$ */

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