Files @ r12758:e34d7362284b
Branch filter:

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

yexo
(svn r17237) -Update: AI changelog
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */