Cleanup: make remaining editor include headers work in C++
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user