yet another API cleanup

This commit is contained in:
onezplpl 2024-07-17 19:54:19 -04:00
parent 2008f70983
commit b6b3483a39
No known key found for this signature in database
GPG key ID: 7EC026A136F9EEC3
9 changed files with 134 additions and 114 deletions

View file

@ -38,8 +38,8 @@ struct v2f {
vec2 pos;
};
int gen_cubes(struct v3f *cube, struct v3f *text, struct v3f *cubeO,
int cubes_vert(struct v3f *cube, struct v3f *text, struct v3f *cubeO,
struct v3f *textO, int x, int y, int z, int is_purge, int *i2);
void free_chunks_old();
void cubes_free();
#endif