tgp.h
author Darkvater
Thu, 07 Sep 2006 21:52:21 +0000
changeset 4571 4194aa48c9cd
parent 4300 687a17c9c557
child 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r6420) -Feature [Win32]: Use an existing console if openttd was started from one.
Unfortunately this only works for WindowsXP or higher, all older MS-OS's
are stuck with the old behaviour.
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif