Files @ r12086:61fea38abb90
Branch filter:

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

alberth
(svn r16501) -Codechange: Introduced different phases in resizing a nested widget tree.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */