Files @ r10584:111d4eaa7aa5
Branch filter:

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

rubidium
(svn r14847) -Codechange: generalise the circular search to search around a rectangle (PhilSophus)
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */