Files @ r9656:fae4d0ace22a
Branch filter:

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

smatz
(svn r13728) -Codechange: define DEBUG as an empty block so compiler warns us less
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */