mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-03 21:06:58 +00:00
9 lines
83 B
C
9 lines
83 B
C
|
/* $Id$ */
|
||
|
|
||
|
#ifndef TGP_H
|
||
|
#define TGP_H
|
||
|
|
||
|
void GenerateTerrainPerlin(void);
|
||
|
|
||
|
#endif
|