Files @ r6490:ba88f1f6bfd1
Branch filter:

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

peter1138
(svn r9671) -Codechange: Implement NewGRF callback 36, which allows changing of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable.
/* $Id$ */

/** @file tgp.h */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */