src/tgp.h
author rubidium
Sun, 25 May 2008 17:04:09 +0000
changeset 9350 922f99fb3da4
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r13247) -Codechange: small amount of coding style for settings.cpp.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */