Files @ r10207:a1fc2f2a33db
Branch filter:

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

rubidium
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */