src/tgp.h
author rubidium
Sat, 12 Jul 2008 14:03:36 +0000
changeset 11134 c40cabfe69a5
parent 10429 1b99254f9607
permissions -rw-r--r--
(svn r13692) -Fix (r13674): loading PNG sprites could very quickly fill the sprite cache.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */