Files @ r10262:afb30c59e62b
Branch filter:

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

frosch
(svn r14493) -Fix[FS#planetmaker]: Do not assign a station spread to buoys on loading games.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */