summaryrefslogtreecommitdiffstats
path: root/editor/plugins/gi_probe_editor_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/gi_probe_editor_plugin.h')
-rw-r--r--editor/plugins/gi_probe_editor_plugin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/editor/plugins/gi_probe_editor_plugin.h b/editor/plugins/gi_probe_editor_plugin.h
index a1fecd2911..527f420510 100644
--- a/editor/plugins/gi_probe_editor_plugin.h
+++ b/editor/plugins/gi_probe_editor_plugin.h
@@ -44,6 +44,11 @@ class GIProbeEditorPlugin : public EditorPlugin {
Button *bake;
EditorNode *editor;
+ static EditorProgress *tmp_progress;
+ static void bake_func_begin(int p_steps);
+ static void bake_func_step(int p_step, const String &p_description);
+ static void bake_func_end();
+
void _bake();
protected: