Files @ r11815:174e81d06883
Branch filter:

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

alberth
(svn r16210) -Codechange: Make panels non-overlapping in company stations window.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */