Files @ r10205:ea8dadbda668
Branch filter:

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

belugas
(svn r14419) -Codechange: adding two digits for no obvious reason (nor comment), plus code style Infringement.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */