mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +00:00
9 lines
83 B
C
9 lines
83 B
C
|
/* $Id$ */
|
||
|
|
||
|
#ifndef TGP_H
|
||
|
#define TGP_H
|
||
|
|
||
|
void GenerateTerrainPerlin(void);
|
||
|
|
||
|
#endif
|