Files @ r10781:758b3ae29fdd
Branch filter:

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

peter1138
(svn r15114) -Codechange: Add support for 8 byte action7/9 data, used as a mask for GRFID checks.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */