Cleanup: add extern "C"

This commit is contained in:
2020-02-07 17:23:50 +01:00
parent c2e80cfaa3
commit 11df80fc6d

View File

@@ -23,6 +23,10 @@
#include "BKE_modifier.h"
#ifdef __cplusplus
extern "C" {
#endif
/* ****************** Type structures for all modifiers ****************** */
extern ModifierTypeInfo modifierType_None;
@@ -86,4 +90,8 @@ extern ModifierTypeInfo modifierType_WeightedNormal;
/* MOD_util.c */
void modifier_type_init(ModifierTypeInfo *types[]);
#ifdef __cplusplus
}
#endif
#endif /* __MOD_MODIFIERTYPES_H__ */