Files @ r8331:21889f63cff8
Branch filter:

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

frosch
(svn r11897) -Fix: Replace an uint with TileIndex and a small coding style fix.
/* $Id$ */

/** @file tgp.h */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */