Files @ r7930:09fd1821dce3
Branch filter:

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

skidd13
(svn r11483) -Codechange: Replace codeparts with functions that do the same to increase readability
/* $Id$ */

/** @file tgp.h */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin();

#endif /* TGP_H */