Files @ r11176:6a261a347fa9
Branch filter:

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

yexo
(svn r15527) -Fix (r15526): A ')' too much.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */