tgp.h
author rubidium
Tue, 02 Jan 2007 17:34:03 +0000
changeset 5720 cc0ceeafaa55
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7751) -Codechange: move network_* to a new network map. Furthermore move the low level network functions to network/core, so they can be reused by the masterserver and website-serverlist-updater.
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif /* TGP_H */