even more optimization

This commit is contained in:
onezplpl 2024-07-15 10:14:25 -04:00
parent e66093d684
commit 04a03877a2
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
3 changed files with 109 additions and 40 deletions

View file

@ -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);