Files @ r11081:725ce4237987
Branch filter:

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

rubidium
(svn r15424) -Codechange: make it possible to have multiple windows with edit box open simultaniously (Zuu).
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */