Files @ r11270:7b8efbc5d599
Branch filter:

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

smatz
(svn r15624) -Fix (r15621): warning about comparing signed and unsigned integer types
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */