Files @ r12467:b4ba97896a21
Branch filter:

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

rubidium
(svn r16914) -Codechange: split Station and BaseStation into different files
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */