Files @ r11367:a13b3a453e57
Branch filter:

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

rubidium
(svn r15722) -Change: add a bit more information to the readme.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */