first commit

This commit is contained in:
onezplpl 2024-07-13 01:58:25 -04:00
commit 6b84f3115d
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
9 changed files with 14807 additions and 0 deletions

3
cubes.h Normal file
View file

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