aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorNathan Warden2018-02-14 10:23:04 -0500
committerNathan Warden2018-02-19 16:22:55 -0500
commit4bfb504c2f047660ce85fda96657d5cb27415f19 (patch)
treef789467e3015c6aaf0e0d0fd05fe087c3d1985f5 /editor/editor_node.h
parentb2aeb02e7d43d98973334e39db5c39626ba9f775 (diff)
downloadgodot-4bfb504c2f047660ce85fda96657d5cb27415f19.tar.gz
godot-4bfb504c2f047660ce85fda96657d5cb27415f19.tar.zst
godot-4bfb504c2f047660ce85fda96657d5cb27415f19.zip
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index 403b09a91..6d96c2dea 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -596,7 +596,6 @@ private:
static EditorPluginInitializeCallback plugin_init_callbacks[MAX_INIT_CALLBACKS];
void _save_default_environment();
- bool _call_build();
static int build_callback_count;
static EditorBuildCallback build_callbacks[MAX_BUILD_CALLBACKS];
@@ -634,6 +633,8 @@ protected:
static void _bind_methods();
public:
+ bool call_build();
+
static void add_plugin_init_callback(EditorPluginInitializeCallback p_callback);
enum EditorTable {