Files @ r9199:7d9724de3af0
Branch filter:

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

rubidium
(svn r13065) -Codechange: remove the need for the news string callbacks. Patch by Cirdan.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */