Files @ r11729:438ae5889eb8
Branch filter:

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

rubidium
(svn r16124) -Codechange: unify the three number drawing methods
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */