Files @ r7204:70390a15d0a6
Branch filter:

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

rubidium
(svn r10482) -Fix [FS#990]: Do not override the CFLAGS environment variable when configuring a non-debug makefile. Based on a patch by saggson.
/* $Id$ */

/** @file tgp.h */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */