tgp.h
author truelight
Sat, 26 Aug 2006 11:06:54 +0000
changeset 4383 f1e2d6c7527e
parent 4300 c7e43c47a2b9
child 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r6136) -Fix: _cur_year wasn't converting when reading pre-31 savegames, causing nasty desyncs
-Fix: _date, which is a Date, which is int32, was saved as uint32
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif