Build-system: Use C-linkage for internal interface header
That way the header can be included in C++ files.
This commit is contained in:
Submodule release/scripts/addons updated: 37af7e130b...24e756c0da
@@ -31,6 +31,10 @@
|
||||
#include "UI_interface.h"
|
||||
#include "UI_resources.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct ARegion;
|
||||
struct AnimationEvalContext;
|
||||
struct CurveMapping;
|
||||
@@ -1200,3 +1204,7 @@ bool ui_jump_to_target_button_poll(struct bContext *C);
|
||||
|
||||
/* interface_queries.c */
|
||||
void ui_interface_tag_script_reload_queries(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Submodule source/tools updated: 42a86b0586...dc4ccc3bfb
Reference in New Issue
Block a user