Files @ r9699:1f93d59ccf9d
Branch filter:

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

smatz
(svn r13806) -Fix [FS#2162]: checking for train waiting at other side of two-way signal was broken
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */