src/tgp.h
author rubidium
Mon, 13 Oct 2008 03:26:48 +0000
changeset 10233 ac41e2898d9b
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r14461) -Document: add some doxygen comments (Albert)
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */