bugfixes
This commit is contained in:
parent
2205fda141
commit
e201274673
4 changed files with 26 additions and 11 deletions
2
cubes.h
2
cubes.h
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue