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/editors/armature/armature_intern.h')
-rw-r--r--source/blender/editors/armature/armature_intern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/armature/armature_intern.h b/source/blender/editors/armature/armature_intern.h
index ec2ce1a4ac6..7673acabe3a 100644
--- a/source/blender/editors/armature/armature_intern.h
+++ b/source/blender/editors/armature/armature_intern.h
@@ -29,10 +29,14 @@
#define ED_ARMATURE_INTERN_H
/* internal exports only */
+struct wmOperatorType;
+/* editarmature.c */
void armature_bone_rename(Object *ob, char *oldnamep, char *newnamep);
EditBone *armature_bone_get_mirrored(ListBase *edbo, EditBone *ebo);
+void POSE_OT_hide(struct wmOperatorType *ot);
+void POSE_OT_reveil(struct wmOperatorType *ot);
#endif /* ED_ARMATURE_INTERN_H */