Files @ r10538:b47d533c4a04
Branch filter:

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

rubidium
(svn r14795) -Codechange: replace a magic number with a constant (Alberth)
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */