Files @ r8802:3a3f8a172f6c
Branch filter:

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

matthijs
(svn r12542) -Fix [Makefile]: Don't install scenarios into the current user's homedir when running 'make install', that is silly. Simply always install scenarios system wide instead.
/* $Id$ */

/** @file tgp.h */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */