Files @ r9254:d818c13eb2d9
Branch filter:

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

rubidium
(svn r13120) -Codechange: make a class of the VehicleDetailsWindow.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */