src/tgp.h
author skidd13
Mon, 19 Nov 2007 21:32:20 +0000
changeset 7929 6c9b25842b0f
parent 6422 6679df1c05ba
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
/* $Id$ */

/** @file tgp.h */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */