Files @ r5524:2b4f5c3335dd
Branch filter:

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

rubidium
(svn r7830) -Codechange: let NetworkCoreInitialize return a bool, so we have to set _network_available only once.
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif /* TGP_H */