Files @ r11023:ed087493e29c
Branch filter:

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

rubidium
(svn r15363) -Fix [FS#2600]: inconsistency w.r.t. On/Off text for settings.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */