This commit is contained in:
onezplpl 2024-07-20 22:00:39 -04:00
parent 2205fda141
commit e201274673
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
4 changed files with 26 additions and 11 deletions

View file

@ -43,7 +43,7 @@ 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);
void cubes_free();
void cubes_refresh(int x, int y, int z, struct chunk dat);
void cubes_refresh(int x, int y, int z, struct chunk dat, int state);
void cubes_rect(struct v3f *cube, int *i, double x1, double x2, double y1,
double y2, int is_text, int text_x, int text_y);
#endif