summaryrefslogtreecommitdiff
path: root/editor/editor_run_native.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_run_native.h')
-rw-r--r--editor/editor_run_native.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/editor_run_native.h b/editor/editor_run_native.h
index 3516f668c6..97f6fc005a 100644
--- a/editor/editor_run_native.h
+++ b/editor/editor_run_native.h
@@ -43,13 +43,12 @@ class EditorRunNative : public HBoxContainer {
int resume_idx;
int resume_platform;
- void _run_native(int p_idx, int p_platform);
-
protected:
static void _bind_methods();
void _notification(int p_what);
public:
+ Error run_native(int p_idx, int p_platform);
bool is_deploy_debug_remote_enabled() const;
void resume_run_native();