Files @ r12575:7a6d47e4fe35
Branch filter:

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

alberth
(svn r17025) -Codechange: Waypoint window using all the new goodies (based on work by Rubidium).
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */