Files @ r10780:f7de0458659f
Branch filter:

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

rubidium
(svn r15113) -Codechange: unify calling ScanForTarFiles when determining the paths.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */