Files @ r11157:57c52eab3a23
Branch filter:

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

smatz
(svn r15507) -Update (r15506): rename strings in other languages too
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */