Files @ r6551:dc3a9b0c5e20
Branch filter:

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

bjarni
(svn r9753) -Fix [FS#732]: trains are lost after autorenewal/autoreplace
v->dest_tile is now copied when replacing the front engine
/* $Id$ */

/** @file tgp.h */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */