diff -r 79b516a3803d -r 76b7bd51d64a include/noise.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/noise.h Mon Dec 03 01:49:23 2007 +0100 @@ -0,0 +1,8 @@ +#ifndef NOISE_H +#define NOISE_H + +#include "common.h" + +Float perlin(Float x, Float y, Float z); + +#endif