place / break blocks

This commit is contained in:
onezplpl 2024-07-18 11:06:32 -04:00
parent fb639f96c3
commit 227d642be6
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
7 changed files with 191 additions and 55 deletions

View file

@ -39,7 +39,8 @@ struct v2f {
};
int cubes_vert(struct v3f *cube, struct v3f *text, struct v3f *cubeO,
struct v3f *textO, int x, int y, int z, int is_purge, int *i2);
struct v3f *textO, int x, int y, int z, int is_purge, int *i2);
void cubes_free();
void cubes_refresh(int x, int y, int z, struct chunk dat);
#endif