Files @ r12181:5975dcc8641f
Branch filter:

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

alberth
(svn r16604) -Codechange: Use FS_BEGIN for iterating over fonts.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */