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/collada/collada.h')
-rw-r--r--source/blender/collada/collada.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/collada/collada.h b/source/blender/collada/collada.h
index 646c8469e6b..8daf2b65fe2 100644
--- a/source/blender/collada/collada.h
+++ b/source/blender/collada/collada.h
@@ -44,11 +44,14 @@ extern "C" {
int apply_modifiers,
int include_armatures,
- int include_bone_children,
+ int include_children,
int use_object_instantiation,
+ int sort_by_name,
int second_life);
+
+
#ifdef __cplusplus
}
#endif