Files @ r10535:b3ce6f2e96f8
Branch filter:

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

rubidium
(svn r14792) -Feature: make the date format for default savegame/screenshot names configurable
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */