Files @ r11043:a402a079c6d6
Branch filter:

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

Yexo
(svn r15383) -Cleanup: Don't call MakeNewgameSettingsLive more often than necessary.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */