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:
authorTon Roosendaal <ton@blender.org>2006-02-14 14:46:45 +0300
committerTon Roosendaal <ton@blender.org>2006-02-14 14:46:45 +0300
commitec42d60c3d3e6d742a63eff02b9de969f9e42949 (patch)
treebd31d59548c63d3813a88b5e283cee9d1df55bf1 /source/blender/include/BIF_editmesh.h
parentff830a98f4ea675625e6c3a7fa0da4a803b94869 (diff)
Weekly cleanup in my precious blender tree :)
Unused variables, missing prototypes mostly.
Diffstat (limited to 'source/blender/include/BIF_editmesh.h')
-rw-r--r--source/blender/include/BIF_editmesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editmesh.h b/source/blender/include/BIF_editmesh.h
index 8c5fa1660ce..92e0dab8129 100644
--- a/source/blender/include/BIF_editmesh.h
+++ b/source/blender/include/BIF_editmesh.h
@@ -81,6 +81,7 @@ extern void EM_deselect_flush(void); // vertices to edges/faces (exception!)
extern void EM_select_flush(void); // vertices to edges/faces (exception!)
extern void EM_selectmode_set(void); // when mode changes
extern void EM_selectmode_flush(void); // when selection changes
+extern void EM_convertsel(short oldmode, short selectmode);
extern int EM_nfaces_selected(void);
extern int EM_nvertices_selected(void);