Files @ r12049:6dfa565d40e0
Branch filter:

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

rubidium
(svn r16461) -Fix [FS#2929]: add some valid orders so the trains leave the depot again...
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */