Files @ r8549:868ae7c78793
Branch filter:

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

belugas
(svn r12127) -Codechange: Use a variable instead of calling the same function a few times. Again. Just a different value.
/* $Id$ */

/** @file tgp.h */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */