remove doubles op, ton: is this working properly?

This commit is contained in:
2009-01-23 03:07:07 +00:00
parent 6f24a2a559
commit b7f0add801
3 changed files with 29 additions and 0 deletions

View File

@@ -215,6 +215,7 @@ void MESH_OT_subdivide(struct wmOperatorType *ot);
void MESH_OT_subdivide_multi(struct wmOperatorType *ot);
void MESH_OT_subdivide_multi_fractal(struct wmOperatorType *ot);
void MESH_OT_subdivide_smooth(struct wmOperatorType *ot);
void MESH_OT_removedoublesflag(struct wmOperatorType *ot);
#endif // MESH_INTERN_H