tgp.h
author bjarni
Thu, 28 Sep 2006 18:13:31 +0000
changeset 4665 d58f13102cc3
parent 4300 c7e43c47a2b9
child 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r6559) -Codechange: [vehicle list windows] moved creation and drawing code into two new functions to make it easier to see what goes on where
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif