tgp.h
author rubidium
Sat, 09 Dec 2006 14:18:08 +0000
changeset 5299 cf162c141e2f
parent 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r7452) -Fix: GetRandom(Industry|Town) must return a valid industry/town and should not need to loop over the pool for a second time.
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif /* TGP_H */