tgp.h
author Darkvater
Fri, 29 Dec 2006 17:54:47 +0000
changeset 5669 ea25407ffa55
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7621) -Codechange: Rework ShowQuery into a general modal popup window. It gets passed
a parent pointer which will be blocked as long as the popup is open. This
applies to newgrf-apply, heightmap warning, genworld progress.
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif /* TGP_H */