Files @ r11602:593b9791e12a
Branch filter:

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

rubidium
(svn r15981) -Fix: don't print the address family when writing the IP+port to the config file.
/* $Id$ */

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

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */