Files @ r10508:3b33bc1a4aa8
Branch filter:

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

rubidium
(svn r14765) -Update (r14764): remove changed strings from translations.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */