Files @ r11350:df593340eca2
Branch filter:

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

frosch
(svn r15705) -Fix: Do not show passenger-/mail-capacity if the aircraft carries only cargo.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */