src/tgp.h
author smatz
Tue, 03 Jun 2008 11:39:15 +0000
changeset 9455 955a7bd9027f
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r13373) -Fix (r10210): loading of very old savegames was broken
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */