1 #ifndef NOISE_H
2 #define NOISE_H
3
4 #include "common.h"
5
6 Float perlin(Float x, Float y, Float z);
7
8 #endif