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/include/ED_particle.h')
-rw-r--r--source/blender/editors/include/ED_particle.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_particle.h b/source/blender/editors/include/ED_particle.h
index 0c973f4ca88..c8a4dc5b49d 100644
--- a/source/blender/editors/include/ED_particle.h
+++ b/source/blender/editors/include/ED_particle.h
@@ -24,6 +24,10 @@
#ifndef __ED_PARTICLE_H__
#define __ED_PARTICLE_H__
+#ifdef __cplusplus
+extern "C" {
+#endif
+
struct Object;
struct PTCacheEdit;
struct ParticleEditSettings;
@@ -76,4 +80,8 @@ bool PE_deselect_all_visible(struct bContext *C);
/* particle_edit_undo.c */
void ED_particle_undosys_type(struct UndoType *ut);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* __ED_PARTICLE_H__ */