Cleanup: make remaining editor include headers work in C++
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
#ifndef __ED_ANIM_API_H__
|
||||
#define __ED_ANIM_API_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct AnimData;
|
||||
struct Depsgraph;
|
||||
struct ID;
|
||||
@@ -859,4 +863,8 @@ void animviz_calc_motionpaths(struct Depsgraph *depsgraph,
|
||||
|
||||
void animviz_get_object_motionpaths(struct Object *ob, ListBase *targets);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __ED_ANIM_API_H__ */
|
||||
|
||||
Reference in New Issue
Block a user