9 lines
No EOL
231 B
C
9 lines
No EOL
231 B
C
#ifndef V_GEN_H
|
|
#define V_GEN_H
|
|
#include "cubes.h"
|
|
|
|
int cube_exists(int x, int y, int z, struct chunk dat, int ci);
|
|
struct chunk fetch_chunk(int x, int y, int z, int ci, int h);
|
|
void purge_chunks(int ci);
|
|
void free_chunks();
|
|
#endif |