Files @ r9679:9f0dcaa4848d
Branch filter:

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

peter1138
(svn r13784) -Codechange: Truncate vehicle names in purchase list to width of window.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */