remove some unused params
This commit is contained in:
parent
579eb9f540
commit
c4181e5c42
6 changed files with 28 additions and 34 deletions
2
cubes.h
2
cubes.h
|
@ -1,3 +1,3 @@
|
|||
#include "const.h"
|
||||
|
||||
int gen_cubes(Vertex *cube, Vertex *text, Vertex *cubeO, Vertex *textO, int x, int y, int z, int r, int is_purge, int *i2);
|
||||
int gen_cubes(Vertex *cube, Vertex *text, Vertex *cubeO, Vertex *textO, int x, int y, int z, int is_purge, int *i2);
|
Loading…
Add table
Add a link
Reference in a new issue