Files @ r10985:c2507f106432
Branch filter:

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

smatz
(svn r15324) -Codechange: unify the class used for comparing of strings for std::map
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */