tgp.h
author KUDr
Sat, 18 Nov 2006 19:20:47 +0000
changeset 5129 46a8cf87b546
parent 4666 172a0cdf28a6
permissions -rw-r--r--
(svn r7210) -CodeChange: [YAPF] the global cache object is now not destroyed/recreated whenever the cache is invalidated. It now supports Flush() method that is used instead. It should also fix mem-leak warning produced by valgrind (Tron)
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif /* TGP_H */