src/tgp.h
author rubidium
Thu, 15 May 2008 13:47:55 +0000
changeset 9236 0c4f622cbcec
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r13102) -Codechange: make a class of the NewsWindow.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */