Files @ r11950:a7f580bd0289
Branch filter:

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

smatz
(svn r16359) -Codechange: don't abuse company 0 when determining 'cost to clear land' in the LandInfoWindow
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */