Wait for Multidimentional struct

This commit is contained in:
PedroEdiaz
2024-10-18 14:01:25 -06:00
parent 7c8cfcbfce
commit 0552616bf9
7 changed files with 48 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ int is_open_window(window_t window);
void close_window(window_t window);
mesh_t create_mesh( float * d, float * n);
mesh_t create_mesh( float * d, float * n, unsigned char * coordanate );
void destroy_mesh(mesh_t p);