src/tgp.h
author smatz
Mon, 18 Feb 2008 18:35:36 +0000
changeset 9094 58d1cddf1af6
parent 6918 5589c415e28f
child 10429 1b99254f9607
permissions -rw-r--r--
(svn r12179) -Codechange: use GetCrossingRailTrack() and GetCrossingRailAxis() to improve code readability
/* $Id$ */

/** @file tgp.h */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */