summaryrefslogtreecommitdiff
path: root/src/tgp.h
blob: fa19d6e171639a664413545db28defb1ac0c86f8 (plain)
1
2
3
4
5
6
7
8
9
10
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */