Files @ r10285:43923f0738a2
Branch filter:

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

rubidium
(svn r14524) -Add: stop-in-depot as part of orders (PhilSophus)
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */