Files @ r11158:8c53f70c974d
Branch filter:

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

smatz
(svn r15508) -Fix: three header files had incorrect 'anti-multiple-inclusion' header
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */