Files @ r10228:40d85bf74068
Branch filter:

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

frosch
(svn r14456) -Fix: Obiwan in catchment-area and station-spread of docks.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */