src/tgp.h
author rubidium
Sun, 18 May 2008 12:17:52 +0000
changeset 10614 04d1add9e12d
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13158) -Codechange: make a class of the GameOptionsWindow.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */