Files @ r12194:be89dc048e69
Branch filter:

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

frosch
(svn r16618) -Fix (r16614): Silence a warning.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */