X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fmesh.h;h=410863a74358b0fdfcb3a5fcfa3876ea1bdf769b;hp=7744ae7de50c5c3af195451e2d99effae71cd673;hb=3eeca1cc95bdeaf3f6be3fd6064a065e39c08eda;hpb=c912e59b898fe1ac461a1468e4a2e1937de286d7 diff --git a/src/mesh.h b/src/mesh.h index 7744ae7..410863a 100644 --- a/src/mesh.h +++ b/src/mesh.h @@ -13,6 +13,8 @@ struct g3d_mesh { void free_mesh(struct g3d_mesh *mesh); void destroy_mesh(struct g3d_mesh *mesh); +int copy_mesh(struct g3d_mesh *dest, struct g3d_mesh *src); + int load_mesh(struct g3d_mesh *mesh, const char *fname); int save_mesh(struct g3d_mesh *mesh, const char *fname);