Files @ r7411:2d18e60c9013
Branch filter:

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

rubidium
(svn r10792) -Fix [FS#1104]: when determining the gender of a string, do not assume that the gender is in the front of the string when there can be case switching code at that location.
/* $Id$ */

/** @file tgp.h */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */