mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
11 lines
166 B
C
11 lines
166 B
C
/* $Id$ */
|
|
|
|
/** @file tgp.h Functions for the Perlin noise enhanced map generator. */
|
|
|
|
#ifndef TGP_H
|
|
#define TGP_H
|
|
|
|
void GenerateTerrainPerlin();
|
|
|
|
#endif /* TGP_H */
|