Files @ r10555:6bae964dabbf
Branch filter:

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

smatz
(svn r14812) -Codechange: use INVALID_TILE instead of 0 to mark company without HQ
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */