Files @ r9155:115b507aef7b
Branch filter:

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

rubidium
(svn r13018) -Codechange: make a class of the LandInfo Window.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */