Files @ r9431:a1d227b9278e
Branch filter:

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

rubidium
(svn r13346) -Fix (r13322): scrolling the main viewport with keyboard when having a build tool selected failed.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */