Files @ r7755:f4e3b487aca8
Branch filter:

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

glx
(svn r11293) -Fix: newgrf defined industry news messages use TTD format for args, which is not the same as our. So we must detect those strings and pass them the right params
/* $Id$ */

/** @file tgp.h */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */