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:
authorChris Want <cwant@ualberta.ca>2004-01-03 08:36:56 +0300
committerChris Want <cwant@ualberta.ca>2004-01-03 08:36:56 +0300
commit085730683d905643999b923e250f6cfa2e137ec3 (patch)
tree7df3f8a0c51107a31e034d50e68081faf21af437 /source/blender/include
parente090595ec997445b63711e5dc1fc3f78be80c341 (diff)
Added the prototype for the bone_looper() function to this header
to silence some warnings.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_editarmature.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editarmature.h b/source/blender/include/BIF_editarmature.h
index 9dd17cb9612..8e059159dde 100644
--- a/source/blender/include/BIF_editarmature.h
+++ b/source/blender/include/BIF_editarmature.h
@@ -115,6 +115,9 @@ void hide_selected_pose_bones(void);
void hide_unselected_pose_bones(void);
void show_all_pose_bones(void);
+int bone_looper(Object *ob, struct Bone *bone, void *data,
+ int (*bone_func)(Object *, struct Bone *, void *));
+
int is_delay_deform(void);
#define BONESEL_TIP 0x08000000