Files @ r10662:78df1ba8e47f
Branch filter:

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

rubidium
(svn r14964) -Codechange: hide the length of a patch page behind a function (Alberth)
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */