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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/collada/collada.h b/source/blender/collada/collada.h
index 2e407c30700..df6e72cbf3a 100644
--- a/source/blender/collada/collada.h
+++ b/source/blender/collada/collada.h
@@ -42,11 +42,9 @@ struct bContext;
/*
* both return 1 on success, 0 on error
*/
-int collada_import(struct bContext *C,
- ImportSettings *import_settings);
+int collada_import(struct bContext *C, ImportSettings *import_settings);
-int collada_export(struct bContext *C,
- ExportSettings *export_settings);
+int collada_export(struct bContext *C, ExportSettings *export_settings);
#ifdef __cplusplus
}