Files @ r11008:63bfa0687162
Branch filter:

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

michi_cc
(svn r15348) -Fix (r15347): Preferred pylon position is dependant on the masked wires as well.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */