Files @ r9288:4f5dc8362dae
Branch filter:

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

rubidium
(svn r13154) -Codechange: make a window class of the news message history window.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */