summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2020-03-16 09:37:43 +0100
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2020-05-12 15:09:13 +0200
commitd79e28c3021a4410f41a3bbff111d56b28f155ef (patch)
tree250f03d617692ff4b0e3aaece14fc59126cd3fd0 /editor/editor_node.h
parented225faf31c9b3aa47154260aa1a7826d728acc8 (diff)
downloadredot-engine-d79e28c3021a4410f41a3bbff111d56b28f155ef.tar.gz
Support multiple debug protocols.
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 c6f04b0749..11f4008936 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -32,6 +32,7 @@
#define EDITOR_NODE_H
#include "editor/editor_data.h"
+#include "editor/editor_export.h"
#include "editor/editor_folding.h"
#include "editor/editor_run.h"
#include "editor/inspector_dock.h"
@@ -161,7 +162,6 @@ private:
RUN_STOP,
RUN_PLAY_SCENE,
- RUN_PLAY_NATIVE,
RUN_PLAY_CUSTOM_SCENE,
RUN_SCENE_SETTINGS,
RUN_SETTINGS,
@@ -492,6 +492,7 @@ private:
void _quick_run();
void _run(bool p_current = false, const String &p_custom = "");
+ void _run_native(const Ref<EditorExportPreset> &p_preset);
void _save_optimized();
void _import_action(const String &p_action);