Files @ r9765:c3e5347475e9
Branch filter:

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

smatz
(svn r13901) -Fix: make sure REV_NR isn't empty, rev.cpp would fail to compile
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */