Files @ r10452:e64515b3ea5c
Branch filter:

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

frosch
(svn r14707) -Cleanup: Replace an 'int' by 'Trackdir'.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */