Files @ r12685:b980f3a61fd7
Branch filter:

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

smatz
(svn r17154) -Fix (r11129): several times copypasted typo
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */