src/tgp.h
author smatz
Mon, 16 Jun 2008 19:38:41 +0000
changeset 9533 e8b86b70c5f6
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimension instead of uint16[2] for resolutions
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */