Files @ r12495:cee0dce48aaf
Branch filter:

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

rubidium
(svn r16942) -Codechange: document CanExpandRailStation and remove the 'magic' array of numbers for a named struct
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */