diff options
| author | Juan Linietsky | 2016-09-14 19:44:08 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-09-14 19:44:08 -0300 |
| commit | 08688931a13ee49dc435100265748e4194f081e7 (patch) | |
| tree | 051bb021a280cdf72f231fff7f7626b591bc5a94 /tools/editor/editor_node.h | |
| parent | a75f5f039e31e20d985937f63cb2c8b90734160c (diff) | |
| download | godot-08688931a13ee49dc435100265748e4194f081e7.tar.gz godot-08688931a13ee49dc435100265748e4194f081e7.tar.zst godot-08688931a13ee49dc435100265748e4194f081e7.zip | |
Call run callback
Diffstat (limited to '')
| -rw-r--r-- | tools/editor/editor_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h index 24ba1cd83..2fae5dace 100644 --- a/tools/editor/editor_node.h +++ b/tools/editor/editor_node.h @@ -590,6 +590,7 @@ private: static int plugin_init_callback_count; static EditorPluginInitializeCallback plugin_init_callbacks[MAX_INIT_CALLBACKS]; + void _call_build(); static int build_callback_count; static EditorBuildCallback build_callbacks[MAX_BUILD_CALLBACKS]; protected: |
