src/tgp.h
author rubidium
Sat, 02 Aug 2008 22:52:08 +0000
changeset 9803 cb1362dac242
parent 9111 48ce04029fe4
permissions -rw-r--r--
(svn r13945) -Codechange [YAPP]: Extend CFollowTrackT to not require a Vehicle when following rail. (michi_cc)
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */