(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimension instead of uint16[2] for resolutions
/* $Id$ */
/** @file tgp.h Functions for the Perlin noise enhanced map generator. */
#ifndef TGP_H
#define TGP_H
void GenerateTerrainPerlin();
#endif /* TGP_H */