- everyone loves prototypes

This commit is contained in:
Daniel Dunbar
2005-03-27 17:17:53 +00:00
parent 9744f93f0c
commit 642012064b

View File

@@ -40,6 +40,11 @@ struct EditMesh;
struct DispListMesh *subsurf_make_dispListMesh_from_editmesh(struct EditMesh *em, int subdivLevels, int flags, short type);
struct DispListMesh *subsurf_make_dispListMesh_from_mesh(struct Mesh *me, float *extverts, int subdivLevels, int flags);
#ifdef USE_CCGSUBSURFLIB
struct DispListMesh *subsurf_ccg_make_dispListMesh_from_editmesh(struct EditMesh *em, int subdivLevels, int flags);
struct DispListMesh *subsurf_ccg_make_dispListMesh_from_mesh(struct Mesh *me, float *extverts, int subdivLevels, int flags);
#endif
void subsurf_calculate_limit_positions(Mesh *me, float (*positions_r)[3]);
#endif