Files @ r9747:e336500dc238
Branch filter:

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

belugas
(svn r13882) -Codechange: Replace widget numbers with appropriate enums
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */