Files @ r10671:380271301e42
Branch filter:

Location: cpp/openttd-patchpack/source/src/tgp.h

rubidium
(svn r14974) -Change: reorder/reorganise the entries of the settings window (Alberth)
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */