X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2F3dgfx%2Fmesh.h;h=e02cf559ffdee37e6764af0b7f2353055f36e805;hb=HEAD;hp=5357cb067d629fca8492ee1c524d8b971e5f7514;hpb=57bd2dc519c47f434e3e5acf998fb9c72448cbce;p=dosdemo diff --git a/src/3dgfx/mesh.h b/src/3dgfx/mesh.h index 5357cb0..e02cf55 100644 --- a/src/3dgfx/mesh.h +++ b/src/3dgfx/mesh.h @@ -10,6 +10,8 @@ struct g3d_mesh { int vcount, icount; }; +int init_mesh(struct g3d_mesh *mesh, int prim, int num_verts, int num_idx); + void free_mesh(struct g3d_mesh *mesh); void destroy_mesh(struct g3d_mesh *mesh);