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/blenkernel/BKE_blender_copybuffer.h')
-rw-r--r--source/blender/blenkernel/BKE_blender_copybuffer.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/source/blender/blenkernel/BKE_blender_copybuffer.h b/source/blender/blenkernel/BKE_blender_copybuffer.h
index 99cd5109632..fcc30ffc20d 100644
--- a/source/blender/blenkernel/BKE_blender_copybuffer.h
+++ b/source/blender/blenkernel/BKE_blender_copybuffer.h
@@ -33,13 +33,18 @@ struct bContext;
void BKE_copybuffer_begin(struct Main *bmain_src);
void BKE_copybuffer_tag_ID(struct ID *id);
bool BKE_copybuffer_save(struct Main *bmain_src, const char *filename, struct ReportList *reports);
-bool BKE_copybuffer_read(
- struct Main *bmain_dst, const char *libname, struct ReportList *reports, const unsigned int id_types_mask);
-int BKE_copybuffer_paste(
- struct bContext *C, const char *libname, const short flag, struct ReportList *reports, const unsigned int id_types_mask);
+bool BKE_copybuffer_read(struct Main *bmain_dst,
+ const char *libname,
+ struct ReportList *reports,
+ const unsigned int id_types_mask);
+int BKE_copybuffer_paste(struct bContext *C,
+ const char *libname,
+ const short flag,
+ struct ReportList *reports,
+ const unsigned int id_types_mask);
#ifdef __cplusplus
}
#endif
-#endif /* __BKE_BLENDER_COPYBUFFER_H__ */
+#endif /* __BKE_BLENDER_COPYBUFFER_H__ */