Files @ r12655:32c621d8deb1
Branch filter:

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

smatz
(svn r17120) -Fix (r17114): {STRING2} isn't supposed to be in other lang files except english.txt
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */