Files @ r9748:ec76c776e8fd
Branch filter:

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

belugas
(svn r13883) -Codechange: Replace numbers with Colours enum on graph gui
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */