Files @ r7413:3ccdde9800e0
Branch filter:

Location: cpp/openttd-patchpack/source/src/tgp.h

rubidium
(svn r10799) -Fix: only calling QuickFree and not the destructor on pool cleanups might cause memory leaks due to the way C++ works.
/* $Id$ */

/** @file tgp.h */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */