even more optimization
This commit is contained in:
parent
e66093d684
commit
04a03877a2
3 changed files with 109 additions and 40 deletions
2
cubes.h
2
cubes.h
|
@ -1,3 +1,3 @@
|
|||
#include "const.h"
|
||||
|
||||
int gen_cubes(Vertex *cube, Vertex *text, int x, int y, int z, int r, int is_purge);
|
||||
int gen_cubes(Vertex *cube, Vertex *text, Vertex *cubeO, Vertex *textO, int x, int y, int z, int r, int is_purge, int *i2);
|
Loading…
Add table
Add a link
Reference in a new issue