src/tgp.h
author smatz
Sat, 13 Dec 2008 18:19:44 +0000
changeset 10418 faf551975df7
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r14671) -Fix: compilation was broken for some systems
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */