Files @ r6111:f19227e298a8
Branch filter:

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

tron
(svn r8847) -Fix

There is not much point in hiding a normal 64bit multiplication in a function, so do not do it
1
2
3
4
5
6
7
8
/* $Id$ */

#ifndef TGP_H
#define TGP_H

void GenerateTerrainPerlin(void);

#endif /* TGP_H */