diff options
| author | Nathan Warden | 2018-02-14 10:23:04 -0500 |
|---|---|---|
| committer | Nathan Warden | 2018-02-19 16:22:55 -0500 |
| commit | 4bfb504c2f047660ce85fda96657d5cb27415f19 (patch) | |
| tree | f789467e3015c6aaf0e0d0fd05fe087c3d1985f5 /editor/editor_node.h | |
| parent | b2aeb02e7d43d98973334e39db5c39626ba9f775 (diff) | |
| download | godot-4bfb504c2f047660ce85fda96657d5cb27415f19.tar.gz godot-4bfb504c2f047660ce85fda96657d5cb27415f19.tar.zst godot-4bfb504c2f047660ce85fda96657d5cb27415f19.zip | |
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 3 |
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 { |
