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/BIF_generate.h')
-rw-r--r--source/blender/editors/armature/BIF_generate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/armature/BIF_generate.h b/source/blender/editors/armature/BIF_generate.h
index e229b0f342a..385c80fbb04 100644
--- a/source/blender/editors/armature/BIF_generate.h
+++ b/source/blender/editors/armature/BIF_generate.h
@@ -26,11 +26,11 @@
#ifndef __BIF_GENERATE_H__
#define __BIF_GENERATE_H__
-struct ToolSettings;
-struct EditBone;
struct BArcIterator;
-struct bArmature;
+struct EditBone;
struct ListBase;
+struct ToolSettings;
+struct bArmature;
typedef int (NextSubdivisionFunc)(struct ToolSettings *, struct BArcIterator *, int, int, float[3], float[3]);