tgp.h
author Darkvater
Fri, 23 Feb 2007 18:25:11 +0000
branch0.5
changeset 5441 3b4236f6925e
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r8861) [0.5] -Backport from trunk (r8526, r8792, r8825, r8843):
- Add stubs for unsupported newgrf station properties (r8526)
- Be more strict about grf-string input (r8792, r8825)
- Fix an off-by-one error in GRFComment (r8843)
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif /* TGP_H */