Files @ r11435:c9867538f15b
Branch filter:

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

yexo
(svn r15798) -Fix (r15795): gcc doesn't like static functions that are not declared static.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */