Files @ r8844:7b7ef05d6025
Branch filter:

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

smatz
(svn r12594) -Codechange: move large functions from driver.h to driver.cpp to reduce binary size and compile time
/* $Id$ */

/** @file tgp.h */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */