Files @ r9678:b6aeab97f84b
Branch filter:

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

glx
(svn r13782) -Cleanup: removed a useless declaration
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */