+−#ifndef NOISE_H +−#define NOISE_H +− +−#include "common.h" +− +−Float perlin(Float x, Float y, Float z); +− +−#endif