summaryrefslogtreecommitdiffstats
path: root/editor/editor_run_native.h
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-04-12 21:02:28 +0200
committerYuri Sizov <yuris@humnom.net>2023-04-19 17:12:28 +0200
commit8a74d8438f5dee92927d953a7954ad3c3022cbd9 (patch)
tree96cce146518007954f44c79c359dda170bd32265 /editor/editor_run_native.h
parent27253f3eb2c78a9ad5114c92eae2036b10e1d7e0 (diff)
downloadredot-engine-8a74d8438f5dee92927d953a7954ad3c3022cbd9.tar.gz
Extract editor run toolbar into its own component
- Simplify and update its logic. - Simplify EditorScript. - Improve EditorNode and other relevant includes. - Fix scene-based path in the movie writer when reloading a scene.
Diffstat (limited to 'editor/editor_run_native.h')
-rw-r--r--editor/editor_run_native.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/editor/editor_run_native.h b/editor/editor_run_native.h
index 2a5431e54b..f52a455bb2 100644
--- a/editor/editor_run_native.h
+++ b/editor/editor_run_native.h
@@ -52,11 +52,11 @@ protected:
void _notification(int p_what);
public:
- Error run_native(int p_id);
- bool is_deploy_debug_remote_enabled() const;
-
+ Error start_run_native(int p_id);
void resume_run_native();
+ bool is_deploy_debug_remote_enabled() const;
+
EditorRunNative();
};