Files @ r4644:3a375e59127f
Branch filter:

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

bjarni
(svn r6520) -Fix r6515: "start all" and "stop all" buttons in depot windows are now disabled if you do not own the depot
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif