Files @ r9750:1e2535e15958
Branch filter:

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

frosch
(svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */