src/tgp.h
author maedhros
Fri, 01 Jun 2007 11:17:30 +0000
changeset 6771 b58be16fb268
parent 6422 6679df1c05ba
child 9111 48ce04029fe4
permissions -rw-r--r--
(svn r10007) -Codechange: Add some asserts to IsFrontEngine and friends to ensure that only trains use them.
/* $Id$ */

/** @file tgp.h */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */