tgp.h
author bjarni
Tue, 05 Dec 2006 22:59:42 +0000
changeset 5256 90226d8da8fb
parent 4666 850b5b6e4bac
permissions -rw-r--r--
(svn r7386) -Codechange r7385: moved deletion of the vehicle highlight from DeleteVehicle to the sell commands as they are not called as often
Also added a return to the window loop prevent looking at the rest of the windows once the right depot window is found
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif /* TGP_H */