Files @ r9880:ab5464c57091
Branch filter:

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

belugas
(svn r14028) -Fix(r14027): Wrong value for the multiline_skipping. Just the other way around.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */