(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible
/* $Id$ */
/** @file tgp.h Functions for the Perlin noise enhanced map generator. */
#ifndef TGP_H
#define TGP_H
void GenerateTerrainPerlin();
#endif /* TGP_H */