yet another API cleanup
This commit is contained in:
parent
2008f70983
commit
b6b3483a39
9 changed files with 134 additions and 114 deletions
4
cubes.h
4
cubes.h
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue