#ifndef V_NOISE_H #define V_NOISE_H #include "cubes.h" #include struct chunk noise_chunk(struct chunk chunk, int x, int y, int z); #endif