Files @ r12726:b1c44e9069eb
Branch filter:

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

alberth
(svn r17202) -Codechange: News item is already given as argument.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */