Files @ r11385:2203b80e9ea8
Branch filter:

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

yexo
(svn r15743) -Codechange: move the definitions of some fake squirrel types to their own file.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */