Files @ r12430:9d9c04f1354b
Branch filter:

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

frosch
(svn r16874) -Change: Give the number behind free wagon chains in depots the same meaning as for trains.
/* $Id$ */

/** @file tgp.h Functions for the Perlin noise enhanced map generator. */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */