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:
authorMartin Poirier <theeth@yahoo.com>2008-07-14 18:09:36 +0400
committerMartin Poirier <theeth@yahoo.com>2008-07-14 18:09:36 +0400
commit84ae0fc00092ac2020ae56802d2c8a103b8a7929 (patch)
tree5477aed92a348be1cb89f2b3a9555b50fc1169b7 /source/blender/include/BIF_editarmature.h
parent915baebda66c1ac2f75497f47f76a9d5a502836b (diff)
parentd50d175ba16b5e4392697e7195bef77fbb1afd95 (diff)
merge with trunk (15330 -> 15566)
Diffstat (limited to 'source/blender/include/BIF_editarmature.h')
-rw-r--r--source/blender/include/BIF_editarmature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_editarmature.h b/source/blender/include/BIF_editarmature.h
index 5ed02471978..c3660f700b3 100644
--- a/source/blender/include/BIF_editarmature.h
+++ b/source/blender/include/BIF_editarmature.h
@@ -82,7 +82,7 @@ void clear_armature(struct Object *ob, char mode);
void delete_armature(void);
void deselectall_armature(int toggle, int doundo);
void deselectall_posearmature (struct Object *ob, int test, int doundo);
-int draw_armature(struct Base *base, int dt);
+int draw_armature(struct Base *base, int dt, int flag);
void extrude_armature(int forked);
void subdivide_armature(int numcuts);