From 085730683d905643999b923e250f6cfa2e137ec3 Mon Sep 17 00:00:00 2001 From: Chris Want Date: Sat, 3 Jan 2004 05:36:56 +0000 Subject: Added the prototype for the bone_looper() function to this header to silence some warnings. --- source/blender/include/BIF_editarmature.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/include/BIF_editarmature.h') 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 -- cgit v1.2.3