src/tgp.h
author frosch
Sat, 29 Nov 2008 21:27:15 +0000
changeset 10392 306d24c840f4
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r14643) -Fix: Invalidate autoreplace window when toggling 'replace protection'.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */