Cleanup: make remaining editor include headers work in C++

This commit is contained in:
2020-03-02 15:09:10 +01:00
parent 5de56f9596
commit 680b70f093
48 changed files with 384 additions and 0 deletions

View File

@@ -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__ */