Files @ r11756:1996f11774e0
Branch filter:

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

yexo
(svn r16151) -Codechange: move some includes around to prevent including half the AI api in non-noai related code.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */