src/tgp.h
author smatz
Mon, 18 Feb 2008 23:37:16 +0000
changeset 9099 b547d33e53d8
parent 6918 5589c415e28f
child 10429 1b99254f9607
permissions -rw-r--r--
(svn r12185) -Fix (r12177): wrong operator priority, hopefully harmless (spotted by michi_cc)
/* $Id$ */

/** @file tgp.h */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */