Files @ r10094:5a01a6026592
Branch filter:

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

frosch
(svn r14275) -Change: Rename 'Configure patches' to 'Advanced settings'.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */