10 lines
No EOL
257 B
C
10 lines
No EOL
257 B
C
#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, int val);
|
|
struct chunk gen_chunk(int x, int y, int z, int ci, int h);
|
|
void gen_init();
|
|
void gen_free();
|
|
void gen_save(struct chunk chunk);
|
|
#endif |