src/tgp.h
author glx
Wed, 14 May 2008 02:52:06 +0000
changeset 10540 01830b945c0c
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13084) -Fix (r13042): forgot to add querystring_gui.h to source.list and project files
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */