Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/include/BSE_edit.h')
-rw-r--r--source/blender/include/BSE_edit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BSE_edit.h b/source/blender/include/BSE_edit.h
index e776f99ad28..e14571c7f67 100644
--- a/source/blender/include/BSE_edit.h
+++ b/source/blender/include/BSE_edit.h
@@ -44,6 +44,7 @@ void mergemenu(void);
void delete_context_selected(void);
void duplicate_context_selected(void);
void toggle_shading(void);
+void minmax_verts(float *min, float *max);
#endif /* BSE_EDIT_H */