tgp.h
author Darkvater
Tue, 24 Oct 2006 22:57:44 +0000
changeset 4948 22ff05c1a3b1
parent 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r6937) -Codechange: Add an InitializeTextBuffer() function that handles setting up the
textbuffer instead of typing it out each and every time.
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif /* TGP_H */