Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenpluginapi')
-rw-r--r--source/blender/blenpluginapi/plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenpluginapi/plugin.h b/source/blender/blenpluginapi/plugin.h
index f7ffc7e7c8e..b9048b92878 100644
--- a/source/blender/blenpluginapi/plugin.h
+++ b/source/blender/blenpluginapi/plugin.h
@@ -62,6 +62,8 @@ typedef struct _PluginInfo {
void (*callback)(int);
TexDoit tex_doit;
SeqDoit seq_doit;
+
+ void (*instance_init)(void *);
} PluginInfo;
int plugin_tex_getversion(void);