Files @ r11708:363f43d5423b
Branch filter:

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

frosch
(svn r16101) -Cleanup (r14591): Remove an assertion to increase performance.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */