Files @ r11957:cbc1fb26d798
Branch filter:

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

alberth
(svn r16368) -Codechange: Only leaf widgets use min_x and min_y.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */