src/tgp.h
author skidd13
Sun, 02 Nov 2008 11:20:15 +0000
changeset 10310 ca2eb5811a07
parent 9111 48ce04029fe4
permissions -rw-r--r--
(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 */