aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.h
diff options
context:
space:
mode:
authorJuan Linietsky2016-09-14 19:44:08 -0300
committerJuan Linietsky2016-09-14 19:44:08 -0300
commit08688931a13ee49dc435100265748e4194f081e7 (patch)
tree051bb021a280cdf72f231fff7f7626b591bc5a94 /tools/editor/editor_node.h
parenta75f5f039e31e20d985937f63cb2c8b90734160c (diff)
downloadgodot-08688931a13ee49dc435100265748e4194f081e7.tar.gz
godot-08688931a13ee49dc435100265748e4194f081e7.tar.zst
godot-08688931a13ee49dc435100265748e4194f081e7.zip
Call run callback
Diffstat (limited to '')
-rw-r--r--tools/editor/editor_node.h1
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: