remove some unused params

This commit is contained in:
onezplpl 2024-07-16 00:16:55 -04:00
parent 579eb9f540
commit c4181e5c42
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
6 changed files with 28 additions and 34 deletions

View file

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