Files @ r9335:2e113380d3f6
Branch filter:

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

peter1138
(svn r13227) -Codechange: Apply code style
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */