#ifndef V_GEN_H #define V_GEN_H #include "cubes.h" int gen_cube(int x, int y, int z, struct chunk dat, int ci); struct chunk gen_chunk(int x, int y, int z, int ci, int h); void gen_init(); void gen_free(); #endif