Files @ r9806:1fcdbff0d7b2
Branch filter:

Location: cpp/openttd-patchpack/source/src/tgp.h

rubidium
(svn r13948) -Add [YAPP]: Extend NPF with a function to find a safe tile and reserve a path. (michi_cc)
/* $Id$ */

/** @file tgp.h Functions for the Perlin noise enhanced map generator. */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */