more stuff

This commit is contained in:
onezplpl 2024-07-13 03:13:32 -04:00
parent 7bf40240fe
commit 48ecd8d9e8
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
5 changed files with 96 additions and 48 deletions

View file

@ -1,3 +1,3 @@
#include "const.h"
void gen_cubes(Vertex *cube, int x, int y, int z);
void gen_cubes(Vertex *cube, int x, int y, int z, int is_text);