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

@@ -26,6 +26,10 @@
#include "DNA_vec_types.h"
#ifdef __cplusplus
extern "C" {
#endif
struct DEGEditorUpdateContext;
struct ID;
struct MTex;
@@ -103,4 +107,8 @@ void ED_render_clear_mtex_copybuf(void);
void ED_render_internal_init(void);
#ifdef __cplusplus
}
#endif
#endif