Files @ r9289:a7fd524a69f5
Branch filter:

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

rubidium
(svn r13155) -Codechange: make a window class of the company league and graph legenda windows.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */